Answer: The "new" keyword instructs the compiler to instantiate a new object, with appropriate number of bytes depending upon the type of the object and gather required memory from the heap.
Example:-
Classname objectname = new Classname();
Thanks and Regards
Akiii
Source: http://www.dotnetuncle.com/csh | Asked In: Many Interviews |
Alert Moderator