1.

12) Explain about 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