Bookmark Topic Watch Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Devaka Cooray
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • paul wheaton
  • Paul Clapham
Saloon Keepers:
  • Piet Souris
Bartenders:
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
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.
I am right now not sure about this definition.


Object:-Instance of a class is known as object.or,Memory allocated at run time for all the nonstatic members of a class is object.
Instance:-Memory allocation at run time is known as instance.It can be for anything . when we associate memory allocation for class type than it's object.
 
Don't get me started about those stupid light bulbs.
    Bookmark Topic Watch Topic
  • New Topic