KnowledgeBoat Logo
|

Computer Science

Define the following:

Encapsulation

OOP Intro Java

2 Likes

Answer

The system of wrapping of data and functions of an object together as a unit in such a way that the data items are accessible only within the functions of the same object is known as Encapsulation.

Answered By

1 Like


Related Questions