Discussion :: Polymorphism
-
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.
|
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment