The New Operator #1258
The new operator _________________
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Memory Allocation & Scope of Variable - OOPs MCQ: New Operator - Quiz No.2.
The new operator _________________
Invokes function operator new
Doesn’t invoke function operator new
Invokes function operator only if required
Can’t invoke function operator new implicitly