KRHS Internet Lesson

Teacher Name:Mr. Rung                          Date of Lesson: March/April

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

Student Name

Password


Objective
To complete the chapter 14 workbook exercises.


Primary Focus
Read the text and then answer the questions below.

Site Links
Course Home Page

Additional Resources

Site Links


Question #1

When written as a template class, the vector class can be used to create a simple array of integers or an array of classes.

True         False


Question #2

The vector class overloads the assignment operator and the subscript operator.

True         False


Question #3

Member functions allow the programmer to overwrite memory outside of the vector.

True         False


Question #4

Member functions allow the programmer to change the size of the vector.

True         False


Question #5

The length function returns an integer value which is the length of the vector.

True         False