Saturday 16 March 2013

What is an Object and how do you allocate memory to it?


What is an Object and how do you allocate memory to it?
Object is an instance of a class and it is a software unit that combines a structured set of data with a set of operations for inspecting and manipulating that data. An object is created using new operator, memory is allocated to it.

Blog Author: Vijay Kumar



No comments: