Skip to content
#1. C++ is _________ Programming language.
#2. OOP stands for _______________
#3. _________ is a user defined data type.
#4. _________ provides a way of modularizing programs by creating memory area for both data and function.
#5. _________ Of data and function in small talk is pure OOPs language procedural preparing.
#6. ________ consists of member data and member functions.
#7. A _______ is a collection of objects of similar type.
#8. The entire set of a data and code of an object can be made a user defined data type with the help of _______
#9. _________ contain data and the code to manipulate that data.
#10. __________ is the runtime entity for a class.
#11. We can access the member variable and member functions of a class by using the _______ only.
#12. Objects are called as _________ of a class.
#13. ________ interact by sending messages to one another.
#14. The way of accessing variables of a class or member functions of a class is called __________
#15. Class uses the concept of data abstraction, and hence they are known as _________ base class.
#16. The wrapping up of data and functions into a single unit is known as ________
#17. The insulation of the data from direct access by the program is called ________
#18. __________ is the process by which objects of one class acquires the properties of objects of another class.
#19. __________ is the ability to take more than one form.
#20. Inheritance provides the idea of _________
#21. Polymorphism is extensively used in implementing ___________
#22. ________ is same as polymorphism.
#23. Software build around OOP are modular because they are built on objects and objects are entity in which internal working is hidden from other objects.
#24. ___________ is simple program structure.
#25. Because of data abstraction and encapsulation any modification done should not affect the system.