Home Tags Virtual functions

Tag: virtual functions

Joy of Programming: Calling Virtual Functions from Constructors

1
Calling virtual functions from constructors is problematic, and this problem can manifest itself in many ways. In this column, we'll take a look at...

Joy of Programming: Language Transition Bugs

2
There are subtle differences between languages like C, C++, Java and C#. Programmers transitioning from one language to another should beware of such differences. When...