If we are create array of objects through new operator then-04143
If we are create array of objects through new operator, then
This multiple choice question (MCQ) is related to the book/course vu cs304 Object Oriented Programming. It can also be found in vu cs304 Mid Term - Quiz No.5.
If we are create array of objects through new operator, then
We can call overloaded constructor through new
We can't call overloaded constructor through new
We can call default constructor through new
None of the given