Monday, June 28, 2010

Object

Object is like an instance of a class.
! Object occupies normal variables 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