When we define an array of objects then-03284
When we define an array of objects then __________.
This multiple choice question (MCQ) is related to the book/course
vu cs201 Introduction to Programming.
It can also be found in
vu cs201 Mid Term - Quiz No.19.
When we define an array of objects then __________.
Destructor will call once for whole array
Destructor will call for each object of the array
Destructor will never call
Depends on the size of array