Transcription: The overloading feature of C++ lets you extend the language by creating an unlimited number of operators for user-defined types. However, you cannot change the meaning of the operators for types that are built in. For example, you cannot redefine the plus operator to subtract integers.