1.

What is data encapsulation?

Answer» DATA encapsulation, ALSO known as data hiding, is the mechanism whereby the implementation details of a class are kept hidden from the USER. The user can only perform a restricted set of operations on the hidden members of the class by EXECUTING special functions commonly called methods.


Discussion

No Comment Found