ICSE Class 10 Computer Applications Question 4 of 25

Class as Basis of All Computation — Question 4

Back to all questions
4
Question

Question 4

Define Encapsulation.

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.