The new operator:

The new operator:



Answer: allocates memory for the object.; is used to create an object of a class.; associates an object with a variable that names it.; All of the above.


Learn More :