Question: 1. With a class that is based on a static array, the user tries to put in one more item than the capacity of the
1. With a class that is based on a static array, the user tries to put in one more item than the capacity of the array A. the class simply accommodates the extra item. B. a resize function will be called C. the object should refuse to accept it. D. the capacity of the array will increase. 2. Variables can be stored in memory in three ways, the ways that are sometimes called the "storage classes," and these are [x],[y], and [z]. a. static, automatic and dynamic b. pointers, arrays and regular c. destructor, copy constructor and assignment operator d. active, passive and interactive
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
