Thursday, June 22, 2017

Best definition of object in software engineering

Object (also known as instance) is a memory allocated during runtime in ram.

Note: every object has an address which can be stored inside a variable known as pointer to object (in java this variable is called as reference variable or object name)

No comments:

Post a Comment