Showing posts with label Object and Classes in java. Show all posts
Showing posts with label Object and Classes in java. Show all posts

Thursday, June 24, 2010

Objects and Classes in Java

Objects - represent "things: from the real world.

the objects is made up of attributes and methods.
Attributes - define the object.
methods - describes the mechanism that actually perform its tasks.

Classes - describes a group or collection of objects with common properties and also define a type of objects
  
Example of classes:  
        - employee
       - car   
       -chair