what is object

An object is a Collection of variables and related methods. Object is the basic unit of object-oriented programming. Objects are identified by its name. An object represents of a class. There can be more than one instance of an object. Each instance of an object can hold its own relevant data.

No comments: