Computer Applications
What does a class encapsulate?
Objects & Classes
ICSE 2013
15 Likes
Answer
A class encapsulates the characteristics, state and behaviour (data and functions) of an entity.
Answered By
7 Likes
Related Questions
Which keyword allocates objects in dynamic memory?
- this
- private
- new
- int
An object is an instance of a:
- function
- state
- data
- class
Write a difference between class and object.
Consider the below picture and choose the correct statement from the following:

- Polygon is the object and the pictures are classes
- Both polygon and the pictures are classes
- Polygon is the class and the pictures are objects
- Both polygon and the pictures are objects