Monday, June 20, 2016

Reference Type

The data types which do not store the data directly into their memory locations rather refer to other memory locations.

            Memory is allocated at runtime. Memory allocation is made with in the Heap i.e random memory locations.

EX:
       Class, string, Object, Interface

No comments:

Post a Comment