Company: AP Moller Maersk
Difficulty: easy
True Statements About Inheritance and Member Hiding in C# Which of the following statements is true about inheritance in C#? If a base class contains a member function fun() and the derived class has no function with that name, an object of the derived class can access fun() A class D can be derived from class C , which is derived from class B , which in turn is derived from class A If a base class and a derived class each include a member function with the same name, the member function of the derived class is called by an object of the derived class Choose the correct answer from the options given below.