Definition Definition

Object

An object in object-oriented programming is a complex data structure along with the attributes and behaviours. It is the instance of a class. 

Example: 

A Horse which is an object has attributes or states ( color, breed, age, name etc) and behaviours or actions (running, eating, neighing).

Share it: CITE

Related Definitions