Home / C++ Programming / OOPS Concepts :: Discussion

Discussion :: OOPS Concepts

  1. Which of the following is correct about the statements given below?

    1. All operators can be overloaded in C++.
    2. We can change the basic meaning of an operator in C++.

  2. A.
    Only I is true.
    B.
    Both I and II are false.
    C.
    Only II is true.
    D.
    Both I and II are true.

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment