Computer Applications

Write a difference between class and object.

Objects & Classes

1 Like

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

2 Likes


Related Questions