Home / C# Programming / Polymorphism :: Discussion

Discussion :: Polymorphism

  1. Which of the following keyword is used to change the data and behavior of a base class by replacing a member of a base class with a new derived member?

  2. A.
    new
    B.
    base
    C.
    overloads
    D.
    override
    E.
    overridable

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment