Multiple Choice
System.Console is an example of a class that can't be extended.What is the reason for this?
A) The class has a private access modifier.
B) The class has an internal access modifier.
C) The class has a static access modifier.
D) The class has a protected access modifier.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: On some occasions, you might want to
Q25: What method can you use to return
Q26: In the event that a method that
Q27: When using a derived class that contains
Q28: Reusing existing classes and interfaces makes the
Q30: You can assign a derived class object
Q31: What can be used as a type
Q32: What kind of a class might be
Q33: Show an example of a class definition
Q34: What keyword always refers to the superclass