News

In object technology, a function that has a default operation for a base class, but which can be overridden and perform a different operation by a derived class. A derived class inherits the ...
When I'm using the this pointer in the base class to call a virtual function it basically ignores the virtual part and treats the class as just normal inheiratance.<BR><BR>Is this the normal ...
Embedded C developers shy away from C++ out of concern for performance. The class construct is one of their main concerns. My previous article Code Craft – Embedding C++: Classes explored whether ...