What is the difference between Object and Class?

Showing Answers 1 - 3 of 3 Answers

sanjeev prabhudesai

  • May 18th, 2005
 

Class is a Template 
Object is an Instance of a Class

nileshkorpe

  • Jun 8th, 2006
 

Class is only defination and does not have any memory reserved whereas object is occupying memory.Nilesh Korpe

  Was this answer useful?  Yes

lalita.p

  • May 30th, 2007
 

Class:Its a Template.To access the methods and the properties written in the class you have to create an object, and then you can fetch the properties and methods of the class. the methods and the properties written in the module can direly call from any application.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions