Explain virtual class and friend class.
Define anonymous class.
Explain queue. How it can be implemented?
Differentiate between late binding and early binding. What are the advantages of early binding?
Explain stack & heap objects?
What is insertion sorting?
What is the type of 'this' pointer? When does it get created?
Explain rtti.
Where are setjmp and longjmp used in c++?
What is function prototyping?
Define copy constructor.
How are virtual functions implemented in c++?
Explain selection sorting. Also write an example.
How we can differentiate between a pre and post increment operators during overloading?
Define stacks. Provide an example where they are useful.