11. Which type of function is used to destroy objects in C++?
12. What is the default access specifier for members of a class in C++?
13. Which operator is used to access members of an object in C++?
14. What is the difference between a constructor and a destructor in C++?
15. What is the purpose of the destructor in C++?
16. Which keyword is used to declare a class in C++?
17. What is the purpose of the static member variable in C++?
18. Which operator is used to access members of a class through a pointer in C++?
19. What is the purpose of using friend functions in C++?
20. Which access specifier allows members of a class to be accessed only by the derived classes in C++?
Read More Section(Classes and Objects in C plus plus)
Each Section contains maximum 100 MCQs question on Classes and Objects in C plus plus. To get more questions visit other sections.