Multiple Choice
Every class in C#,except __________,extends an existing class.
A) Integer
B) object
C) String
D) Class
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: Which statement is true when a base
Q19: The default Equals implementation determines:<br>A) whether two
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
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
Q28: A class inherited from two or more