Question 1  of   19

Which of the following is true about "new" operator?

A. Obtains the simple (unqualified) string name of a variable, type, or member.
B. Hides an inherited member from a base class member.
C. Converts an object to a compatible type.
D. Checks the run-time type of an object.
E. Allocates a block of memory on the stack.