Multiple choice technology programming languages _______ Keyword Explicitly Hides A Member Inherited From A Base Class? internal implicit explicit 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.