Question: Define and implement class Array, representing a smart Array which provides the same interface as standard C++ array, but also allows to work with size.
Define and implement class Array, representing a "smart Array" which provides the same interface as standard C++ array, but also allows to work with size. In the first version the class can represent integer arrays only. Class should provide public interface - create an integer array of the defined size - access and modify array elements by index - get the size of the array - resize the array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
