True/False
All classes in C# have object as either a direct or indirect base class.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: When a base class method is overridden
Q21: A class that inherits from another class
Q22: Consider the classes below,declared in the same
Q23: Every class in C#,except _,extends an existing
Q24: Which base class members are inherited by
Q26: Derived classes provide the functionality and features
Q27: Using protected instance variables can cause derived-class
Q28: A class inherited from two or more
Q29: Which of the following statements is (are)true<br>A.We
Q30: When a derived-class member overrides a base-class