Polymorphism - Programming

Q1:

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?

A new

B base

C overloads

D override

E overridable

ANS:A - new

No answer description is available. Let's discuss.