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