Computer Applications
Write a difference between class and an object.
Objects & Classes
25 Likes
Answer
A class is a blue print that represents a set of objects that share common characteristics and behaviour whereas an object is a specific instance of a class having a specific identity, specific characteristics and specific behaviour.
Answered By
15 Likes
Related Questions
Which keyword allocates objects in dynamic memory?
- this
- private
- new
- int
Name the feature of class in Java depicted in the below picture.

- Displaying a set of animals
- Class in an object factory
- Animal is an object factory
- Object is a factory
Creating an object of a class is also referred to as:
- Initialisation
- Creation
- Formation
- Instantiation
Name the feature of Java depicted in the below picture.

- Data Abstraction
- Polymorphism
- Class and Objects
- A set of animals