oop concept of data hiding and encapsulattion
Answers
Answered by
2
Encapsulation is an Object Oriented Programmingconcept that binds together the data and functions that manipulate the data, and that keeps both safe from outside interference and misuse. Data encapsulation led to the important OOP concept of data hiding. ... This is one wayencapsulation is achieved.
Similar questions