What is meant by Data Hiding?
73 Likes
The insulation of data that does not allow it to be accessed directly outside the class premises, although it is available in the same program is known as Data Hiding.
Answered By
47 Likes
In what way is Data Hiding related to Data Abstraction?
'Encapsulation reduces the complexity and makes the system easier'. Explain this statement with a real world example.
Give two differences between Data Hiding and Encapsulation.
Give an example to explain Data Abstraction.