Whenever new operator is used to create an object following-02900
Whenever new operator is used to create an object, following action(s) are performed by it
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Lecture No.28 - Quiz No.1.
Whenever new operator is used to create an object, following action(s) are performed by it
Returns pointer of the class type that means no casting is required.
leaving no need for the use of sizeof operator
Calls the constructor of the Class
None of the given