OOPS Concepts - Programming

Q1:

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++.

A Only I is true.

B Both I and II are false.

C Only II is true.

D Both I and II are true.

ANS:B - Both I and II are false.

No answer description is available. Let's discuss.