GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Concepts  >  OOPS

 Print  |  
Question:  What is the Difference between Class and Instance



October 10, 2008 17:04:28 #4
 Desve   Member Since: July 2008    Total Comments: 1 

RE: What is the Difference between Class and Instance
 
A Class is a generalization about things (objects) describing their properties, functions, etc.

An object is an instance of a Class in an specific point of time with different values, that represent the STATE of the object.
     

 

Back To Question