Site Links
Question #1
The matrix class has an is-a relationship with the vector class.
Question #2
The subscript operator overload for the matrix class returns a vector.
Question #3
The matrix class has two member functions.
Question #4
A matrix is a two-dimensional array of any data type.
Question #5
The matrix class must have two destructors.