Computer Science, asked by hahsjwjjajwjanam, 2 months ago

What is the relation between objects and classes?​

Answers

Answered by nivedithanaveen97
2

Explanation:

object is a real world entity ,which has its own properties

class is a group of objects with similar characteristics

Answered by AkariOzora
14

{ \boxed{ \huge \sf \red{Question}}}

What is the relation between objects and classes?

{ \boxed{ \huge \sf \red{Answer}}}

The Class is the collection of the similar kind of objects whereas an object is the instàntiation 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