Tuesday, May 25, 2010

What are Objects

Objects: Object is an instance of a Class.
  • Object occupies normal variable memory.
  • Object is physical representation and we can destroy object memory.
  • Object having the lifetime, start time is Constructor and end time is Destructor.

No comments:

Post a Comment