Java Learning Made Easy by Dheeraj Mehrotra - HTML preview
PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.
Download the book in PDF, ePub, Kindle for a complete version.
CLASSES & OBJECTS

o Object :



o An object is an identifiable entity with some characteristic and behaviour.

o Class :



o A Class is a group of objects that share common properties and relationships.

o The Objects are variables of type Class eg.



o If animal has been defined as a Class, then the statement;

o animal dog;



o will create an Object featuring dog belonging to the class animal.







attention@computerscienceexpertise.com
























