KRHS Internet Lesson

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

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

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

A template class can be used with any data type.

True         False


Question #2

Template classes can have multiple parameterized data types.

True         False


Question #3

Functions can also be created using templates.

True         False


Question #4

When the template class is compiled, the parameterized type is treated differently than a hard coded type would be treated.

True         False


Question #5

A swap function is one of the most useful template functions.

True         False