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  >  Placement Papers  >  Oracle  >  Java

 Print  |  
Question:  What is object ? what is instance? What is the difference between object and instance?




April 04, 2006 05:08:37 #1
 Praveen   Member Since: Visitor    Total Comments: N/A 

RE: What is object ? what is instance? What is the dif...
 

>> An object is a specific form of an instance: the instance of a class.
>> There are other forms of instances - for example
   -- in UML, a link is an instance of an association.
   -- A process can be an instance of RUP (which is a process framework). Etc.

>> Typically, you refer to an instance as a concrete manifestation
   of a more abstract concept.

     

 

Back To Question