What does a class encapsulate?
13 Likes
A class encapsulates the characteristics, state and behaviour (data and functions) of an entity.
Answered By
7 Likes
Write a difference between class and object.
An object is an instance of a:
Which keyword allocates objects in dynamic memory?