KRHS Internet Lesson

Teacher Name:Mr. Rung                          Date of Lesson: January

Course Name: C++                    Lesson Name: Chap 12vocab

Student Name

Password


Objective
To complete the workbook problems.


Primary Focus
On the blank before the column, select A for is a or B for has a to indicate the relationship between the objects, as shown in the example.

Site Links

Additional Resources

Site Links


base class
A the building class upon which other classes are built
class
B receives a reference to another object as an argument, and is used when objects are passed to functions by value
class-member operator
C tells the compiler how to create the object in memory and what the initial values of its data will be
constructor
D used when the object is instanciated with no arguments
containment
E the period used between the identifier and the message
copy constructor
F the definition for an object
default constructor
G receives a reference to another object as an argument, and is used when objects are passed to functions by value
derived class
H the term used to describe how a class keeps its data private