Home / C# Programming / Polymorphism :: Discussion

Discussion :: Polymorphism

  1. Which of the following statements is correct?

  2. A.
    When used as a modifier, the new keyword explicitly hides a member inherited from a base class.
    B.
    Operator overloading works in different ways for structures and classes.
    C.
    It is not necessary that all operator overloads are static methods of the class.
    D.
    The cast operator can be overloaded.

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment