What does a class encapsulate?
12 Likes
A class encapsulates the characteristics, state and behaviour (data and functions) of an entity.
Answered By
7 Likes
Creating an object of a class is also referred to as:
Write a difference between class and object.
Name the feature of Java depicted in the below picture.