Which construct is the source for the creation of an object-04002
Which construct is the source for the creation of an object?
This multiple choice question (MCQ) is related to the book/course vu cs304 Object Oriented Programming. It can also be found in vu cs304 Final Term - Quiz No.3.
Which construct is the source for the creation of an object?
Destructor of the class
New operator
Delete operator
Constructor of the class