the process of restricting the free flow of data from the outside world is known as
a )encapsulation
b)inheritance
c)function
d)class
Answers
Answered by
3
Answer:
inheritance is the correct answer
Answered by
3
Encapsulation is the process that restricts the free flow of data from the outside world.
Option (a)
Explanation:
- The bundling of data in the programming of object orientation is considered as the encapsulation process. It is involved in restricting the flow of data from an outer source. It prevents access to the components of an object in the programming.
- It helps in hiding the data value inside a class so that it can be prevented from the intervention of an unauthorized party. The data can be viewed by the process of the data itself.
Learn more about Encapsulation
How the data is hidden and safe if encapsulation is implemented?
https://brainly.in/question/5341198
Which feature can be implemented using encapsulation?
A. Vehicle -> Car -> Truck
B. Pet -> Animal -> Dog
C. Person -> Employee -> Manager
D. User -> Admin -> Guest
https://brainly.in/question/6376066
Similar questions