Object
Article Metadata
Object is the basic unit of object-oriented programming.
Objects are identified by its unique name. An object represents a particular instance of a class. There can be more than one instance of an object. Each instance of an object can hold its own relevant data. An Object is a collection of data members and associated member functions also known as methods.


(no comments yet)