How many objects of a given class may be constructed in an-04088
How many objects of a given class may be constructed in an application?
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.11.
How many objects of a given class may be constructed in an application?
Only one per constructor.
As many as the application asks for
Only one per class
One object per variable