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
- C++ Programming Language
C++ an Object-Oriented Programming language developed by Bjarne Stroustrup at Bell Laboratories ... - Function
In programming, a function is a procedure that performs a specific task. It is ... - Procedural programming
Procedural programming is a concept of programming that specifies a ... - ActionScript
ActionScript is a object-oriented programming language for the Adobe Flash Player and ... - Abstraction
Abstraction is one of the features of Object-oriented Programming ...