C++ MQCs with Explanation (CHAPTER 7: OPERATOR OVERLOADING)

Operator overloading means

  1. giving new meanings to the existing C++ operators
  2. creating new C++ operators
  3. changing the precedence of operators
  4. none of the above



Answer: 
Option a: giving new meanings to the existing C++ operators

Explanation Here

Post a Comment

0 Comments