Polymorphism - Programming

Q1:

Which of the following statements is correct?

A The conditional logical operators cannot be overloaded.

B When a binary operator is overloaded the corresponding assignment operator, if any, must be explicitly overloaded.

C We can use the default equality operator in an overloaded implementation of the equality operator.

D A public or nested public reference type does not overload the equality operator.

E The array indexing operator can be overloaded.

ANS:A - The conditional logical operators cannot be overloaded.

No answer description is available. Let's discuss.