Transcription: You can use operator overloading to give a meaning to C++ operators when they are applied to user-defined types. As a result, you can perform standard operations such as addition or comparison on user-defined types using the same syntax you use for built-in types.