Q1. Describe the given with the help of an illustration.
a) Virtual functions.
b) Virtual Class.
Q2. Distinguish between the member function and static member function in C++.
Q3. Is containership similar as inheritance? Comment on it?
Q4. Illustrate the problems in using the virtual constructions in C++.
Q5. Write down the hierarchy of Input-Output stream classes in C++.
Q6. Explain how does copy constructor distinct from assignment operator.
Q7. Distinguish between the early and late binding.