|
||
| Lesson 3
Objective
|
Types of operators that can be overloaded
Identify the operators that can be overloaded. |
|
|
Almost all operators can be overloaded, including:
Exceptions
The assignment, function call, subscripting, and class pointer operators can be overloaded only by nonstatic member functions.
The following operators cannot be overloaded:
Operator Overloading Quiz
Click the Quiz link below to take a brief multiple-choice quiz on which operator can be overloaded.
Operator Overloading Quiz |
||
|
|
||