Computer Science, asked by firettirkey, 10 months ago

differ between an object and a class

Answers

Answered by sathishthapa63
4

Explanation:

The Class is the collection of the similar kind of objects whereas an object is the instantiation of a class. The objects are said to be the physical entity used in a program for some specific purpose. On the other hand, the class is considered a logical entity used to bind data and functions.

Similar questions