Advertisements
Advertisements
प्रश्न
Define information hiding.
उत्तर
Encapsulation is the most striking feature of a class. The data is not accessible to the outside world, and only those functions which are wrapped in the class can access it. This encapsulation of data from direct access by the program is called data hiding or information hiding.
APPEARS IN
संबंधित प्रश्न
The mechanism by which the data and functions are bound together into a single unit is known as ______
Insulation of the data from direct access by the program is called as ______
Which of the following concept encapsulate all the essential properties of the object that are to be created?
Which of the following is the most important advantage of inheritance?
“Write once and use it multiple time” can be achieved by ______
What is polymorphism?
How are encapsulation and abstraction are interrelated?
What is a paradigm? Mention the different types of paradigm.
What do you mean by modularization and software reuse?
Write a note on the basic concepts that support OOPs?