We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
2M
1. What is friend function?
2. What is constructor? 3. Define Destructor. 4. List the operators that can be overloaded. 5. List the operators that cannot be overloaded 6. Define Exceptions. 7. Function Template. 8. Define Abstract Class. 9. What is stream? 10. How do you classify IOS class? 11. What is Virtual function? 12. What functions used for manipulation of file pointers? 13. Define copy constructor. 14. Define parameterised constructor. 15. Write the rules for operator overloading. 16. Write syntax of Exception Handling. 17. Define Class template 18. List the Advantages of Inheritance. 19. Different between constructor and destructor. 20. List out all the modes used for File.
5M
1) What is exception handling?
2) What is Polymorphism? And what are it’s types of polymorphism? 3) Explain in detail about all file handling operation. 4) Explain in detail about inheritance and its types.
12M
I. Explain about constructor and destructor with it’s types.