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.
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
When does a 'this' pointer get created?
What is the real purpose of class – to export data?
What are the various situations where a copy constructor is invoked?
What are the advantages of using friend classes?
Write some differences between an external iterator and an internal iterator?