What is the C# keyword which is used to change data and behaviour of a base class by replacing a member of the base class with a new derived member?

83. What is the C# keyword which is used to change data and behaviour of a base class by replacing a member of the base class with a new derived member?

  1. overrides
  2. protected
  3. base
  4. new

Answer: D) new

Explanation:

The C# keyword new is used to change data and behaviour of a base class by replacing a member of the base class with a new derived member.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.