Respuesta :

An object is an instance of a class.

Further Explanation:

Class is an object oriented paradigm that is used to represent real-world objects in OOP. A class is like a blueprint which can be sued to make further instances of the same type. The instances are known as objects. The existence of class is logical while the existence of object is physical as it also takes space in memory. The class is declared only one while the objects can be created as many as are required.

Hence, object is an instance of the class.

Learn more at:

  • brainly.com/question/9612139
  • brainly.com/question/8839455

#LearnwithBrainly