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

Operator overloading is used to

  1. provide encapsulation
  2. support inheritance
  3. support compile-time polymorphism
  4. support run-time polymorphism



Answer: 
Option d: support compile-time polymorphism

Explanation Here

Post a Comment

0 Comments