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



February 02, 2009 20:59:48 #5
 Gothic   Member Since: February 2009    Total Comments: 2 

RE: What is the Difference between Class and Instance
 
The Class is a blueprint which holds the code, but the instance is the real object inside the memory so we can access its properties and methods in the Run-time.
     

 

Back To Question