Q1. What do you mean by friend class? Write down an illustration where use of friend class or function is essential.
Q2. Illustrate the C++ storage classes?
Q3. Describe the three storage qualifiers in C++?
Q4. What do you mean by copy constructor? Describe it with the help of an appropriate illustration. When is copy constructors called?
Q5. Distinguish between the private, public and protected access modifiers. Describe their meaning in the context of derived class inheriting from the base class by using these specifiers.
Q6. Compare the given with appropriate illustrations.
a) Inline functions versus Macros.
b) Multiple versus Multilevel inheritance.
c) Function overloading and Function overriding.