Multiple Choice
A class inherited from two or more levels up in the hierarchy is known as a
A) indirect base class
B) direct base class
C) superclass
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: Every class in C#,except _,extends an existing
Q24: Which base class members are inherited by
Q25: All classes in C# have object as
Q26: Derived classes provide the functionality and features
Q27: Using protected instance variables can cause derived-class
Q29: Which of the following statements is (are)true<br>A.We
Q30: When a derived-class member overrides a base-class
Q31: Members of a base class that are
Q32: Which of the following pairs demonstrates the
Q33: Overriding a method differs from overloading a