Which statement about operator overloading is false?
a. Operator overloading is the process of enabling C++'s operators to work with class objects.
b. C++ overloads the addition operator (+) and the subtraction operator (-) to perform differently, depending on their context in integer, floating-point and pointer arithmetic with data of fundamental types.
c. You can overload all C++ operators to be used with class objects.
d. When you overload operators to be used with class objects, the compiler generates the appropriate code based on the types of the operands.
c. You can overload all C++ operators to be used with class objects.
You might also like to view...
According to many Americans, ________ violate their privacy and their First Amendment rights
Fill in the blank(s) with correct word
Once the system containing the program is up and running, the implementation process of the program implementation and maintenance phase is complete.
Answer the following statement true (T) or false (F)