Multiple choice technology programming languages

_______ Keyword Explicitly Hides A Member Inherited From A Base Class?

  1. internal

  2. implicit

  3. explicit

  4. new

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In C#, the 'new' keyword explicitly hides a member inherited from a base class. When a derived class declares a member with the same name as a base class member, 'new' indicates intentional hiding rather than overriding.