Solved

C# 6's Using Static Directive ________

Question 31

Multiple Choice

C# 6's using static directive ________.


A) converts each of a class's methods to static.
B) converts the class to static.
C) allows access to a class's static members without fully qualifying their names.
D) None of the above.

Correct Answer:

verifed

Verified

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

Related Questions