Teacher Name:Mr. Rung Date of Lesson: March
Course Name: C++ Lesson Name: Chap 13.2a
Student Name
Password
Objective To complete the workbook problems.
Primary Focus Select the correct answers below.
Site Links Course Home Page
Additional Resources
Site Links
Question #1
The type of error checking that can prevent a string from overflowing the bounds of the array in which it is stored is called bounds checking.
True False
Question #2
Accessor functions change data.
Question #3
Operator overloading is the process of creating a new procedure to execute whenever a standard C++ operator is used.
Question #4
Every possible way that the overloaded operator may be used must be prototyped and then defined.
Question #5
A constructor can allow you to instanciate and initialize in one statement.