Important Questions
Important Questions
INHERITANCE (6 marks)
1. What is inheritance? What are the advantages of inheritance
2. Explain different types of inheritance
3. Write a note on visibility modes
4. What are the advantages of inheritance.
5. Difference between base class and derived class
6. Explain virtual base class
POINTERS (4 marks)
1. What are array of pointers explain with example *
2. Arithmetic operations performed on pointers
3. Explain new and delete operator
4. Difference between * and &
5. Explain indirection operator
6. Illustrate pointer to a structure
7. Illustrate pointer to a Class
8. Operations performed on pointers
9. Difference between static and dynamic memory allocation
10. What is dynamic memory allocation? Mention the operators used to allocate and deallocate memory
space dynamically
11. What are the advantages of pointer?