Creating an Array of Objects in the Absence of a Default Constructor
Consider the following class: class A // lacks default constructor { public: A(int x, int y); }; Class A doesn’t have a default constructor. Therefore, the following array declaration will