|
accessor function
|
A |
adding one string onto the end of another string
|
|
bounds checking
|
B |
a string that is contained in another string
|
|
concatenation
|
C |
member functions that access data in an object, but do not change it.
|
|
destructor
|
D |
error checking which prevents a string from overflowing the bounds or the
array in which it is to be stored
|
|
operator overloading
|
E |
the process of creatmg a new procedure to execute whenever a standard C++
operator is used with a standard type or a class
|
|
substring
|
F |
necessary when an object manually allocated memory
|