In C++ I can declare a reference to a pointer. Can I not also declare a pointer to a reference? Why or How? on August 31, 2009
In C++, how do I force derived classes to implement a virtual method from the base class?" on August 29, 2009
What is a pure virtual method (function)? What is the syntax for a pure virtual method? What is an abstract class? on August 28, 2009
When and why should you avoid a multiple inheritance. What are the good examples of MI usage? on August 25, 2009
What is the virtual destructor. When and why do you need it? (Be surprised if you are not asked this question!) on August 23, 2009 Constructor +
What is the difference between "overloading" and "overriding"? on August 18, 2009 Overloading Overriding +
What is the purpose of separating a class implementation from its interface on August 15, 2009 Encapsulation +