Why use of template is better than a base class?
Explain public, protected, private in c++?
What is the advantage of an external iterator.
Explain the uses oof nested class?
Differentiate between a copy constructor and an overloaded assignment operator.
How would you differentiate between a pre and post increment operators while overloading?
Differentiate between declaration and definition.
Define the operators that can be used with a pointer.
What are dynamic type checking?
What is a virtual destructor? Explain the use of it?
What are static and dynamic type checking?
What is private, public and protected inheritance?
What are destructors?
What is the importance of mutable keyword?
What are the characteristics of friend functions?