Home / C# Programming / Polymorphism :: Discussion

Discussion :: Polymorphism

  1. Which of the following statements is correct?

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

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment