Home / C# Programming / Polymorphism :: Discussion

Discussion :: Polymorphism

  1. In order for an instance of a derived class to completely take over a class member from a base class, the base class has to declare that member as

  2. A.
    new
    B.
    base
    C.
    virtual
    D.
    overrides
    E.
    overloads

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment