KRHS Internet Lesson

Teacher Name:Mr. Rung                          Date of Lesson: April

Course Name: C++                    Lesson Name: Chap 15.2a

Student Name

Password


Objective
To complete the workbook exercises in chapter 15.


Primary Focus
Answer the questions in the first section of your workbook and fill in the answers below.

Site Links
Course Home Page

Additional Resources

Site Links


Question #1

The matrix class has an is-a relationship with the vector class.

True         False


Question #2

The subscript operator overload for the matrix class returns a vector.

True         False


Question #3

The matrix class has two member functions.

True         False


Question #4

A matrix is a two-dimensional array of any data type.

True         False


Question #5

The matrix class must have two destructors.

True         False