Computer Applications
Define Encapsulation.
OOP Intro Java
3 Likes
Answer
The wrapping up of data (characteristics) and functions (behaviour) into a single unit, called class, is known as Encapsulation. It is a way to implement data abstraction.
Answered By
1 Like