Computer Applications
What is the difference between an object and a class?
Objects & Classes
ICSE 2011
21 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
10 Likes
Related Questions
A class is a template for its:
- data
- functions
- objects
- methods
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
Name the feature of Java depicted in the below picture.

- Data Abstraction
- Polymorphism
- Class and Objects
- A set of animals
Creating an object of a class is also referred to as:
- Initialisation
- Creation
- Formation
- Instantiation