What is object ? what is instance? What is the difference between object and instance?

This question is related to Oracle Interview

Showing Answers 1 - 1 of 1 Answers

Praveen

  • Apr 11th, 2006
 

>> 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.

  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