Q1. Describe array of pointers to strings and pointer to string with the help of an appropriate illustration for each.
Q2. Why do we employ access specifiers in the class? Describe each access specifier in the context of inheritance.
Q3. Explain what represents the term ‘exception’? How are they handled in the C++? Describe each block with appropriate illustration.
Q4. What do you mean by stream? Describe various stream classes supported through C++.
Q5. How does a template function distinct from the Macros?
Q6. Write a detail note on the given:
a) Abstract class.
b) Meta class.
c) Persistence.
d) Template class.