Kizspy | Question: 30
(Choose 1 answer)
What is a static class in C#?
A. A class that cannot be instantiated and can only contain static members.
B. A class that can be accessed from any other assembly.
C. A class that can only be accessed within the same namespace.
D. A class that is automatically generated by the compiler.