Solved

SystemConsole Is an Example of a Class That Can't Be

Question 29

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions