View Single Post
Old 10-03-2004, 09:00 PM   #4 (permalink)
ZoneFire
 
True Techie

Join Date: Sep 2004

Posts: 156

ZoneFire

Default

an object consist of data and method.
it can be defined as the instance of a class.
class is a blueprint and object is created based on the class.

not only it make the progrma more organized and better, the class you wrote can use for others project.

you create an object in your code according to the blueprint or the class and it wll save a lot of work for you.
__________________
The important thing is not to stop questioning...
Albert Einstein
ZoneFire is offline