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: ← Class
Next: Function →
More from this Section
- BASIC Programming
BASIC (Beginner’s All-purpose Symbolic Instruction Code) is a programming language designed ... - Programming Language
Programming Language is a language used to give instructions to computers. Which means ... - Class
A Class in object-oriented programming is a template or bluprint that defines attributes ... - ActionScript
ActionScript is a object-oriented programming language for the Adobe Flash Player and ... - Variable
Variable is a computer programming term which refers to a named memory location (storage) ...