Explain the difference between c++ and java.
Explain friend class?
Explain stack unwinding.
What is stack unwinding?
How to implement is-a and has-a class relationships?
Explain the auto storage classes in c++.
What are stacks?
What are the implicit member functions of class?
You run a shell on unix system. How would you tell which shell are you running?
Does improper inheritance have a potential to wreck a project?
Explain the differences between list x; & list x();.
Name the implicit member functions of a class.
How come you find out if a linked-list is a cycle or not?
Explain how to initialize a const data member.
Do we have to use initialization list in spite of the assignment in constructors?