Define the following:
Data Hiding
2 Likes
The process of isolating the data such that it cannot be accessed directly outside the class premises although they are available in the same program is known as Data Hiding.
Answered By
1 Like
Polymorphism
Encapsulation
Write two disadvantages of Procedure Oriented Programming.
How can 'Data Abstraction' be made useful in the real world? Explain with an example.