Saturday, 21 December 2013

OBJECT

Object
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.
For example :: whenever a class name is created according to the class an object should be created without creating object can’t able to use class.

No comments:

Post a Comment