Monthly Archives: July 2014

The new operator

The new operator allocates space for objects on the heap or stack and then calls the object’s constructor. In addition, the new operator sets all object’s member values to their default value. Example – Calling the new operator on a

Posted in Uncategorized

Heap Basics

What is the heap ? The heap or managed heap is an area of memory in which all objects ( reference types ) are stored. When an object is instantiated it is stored on the heap as a block of

Posted in Uncategorized
Design a site like this with WordPress.com
Get started