Home » C++ Programming » Operator Overloading :: Discussion
Discussion :: Operator Overloading - Section 1
  1. There are the following statements that are given below, which of them are correct about operator overloading in C++?

    1. Operator overloading is used to redefine existing operators in C++.
    2. Operator overloading is a type of compile-time polymorphism.
    3. Operator overloading is a type of runtime polymorphism.
    4. We can overload all existing operators in C++.
  2. A.
    A and B
    B.
    A and C
    C.
    A, B, and D
    D.
    A, C, and D

    view answer View Answer

    discussion Workspace


Be The First To Comment