What is a stack? How it can be implemented?
What is the need of a destructor?
Show the application of a dynamic array with the help of an example.
Explain dangling pointer.
How does code-bloating occur in c++?
Define upcasting.
Are there any special rules about inlining?
What is the use of default constructor?
Define virtual constructor.
Explain container class.
What are the advantages of early binding?
Explain one-definition rule (odr).
Explain how to initialize a const member data.
When do we use copy constructors?
Explain the benefits of proper inheritance.