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).
Category: Computer Programming
Previous: ← OOP Class
Next: Function →
More from this Section
- Byte
Byte is a unit of computing data and information memory space that comprises a set of ... - C# Programming
C# (pronounced “C sharp”) a programming language developed by Anders Hejlsberg (the ... - Abstraction
Abstraction is one of the features of Object-oriented Programming ... - Polymorphism
In object-oriented programming, Polymorphism means the ability to use same named method ... - ActionScript
ActionScript is a object-oriented programming language for the Adobe Flash Player and ...