In C#, what is the purpose of the 'static' keyword for class members?
A. To hide members from other classes
B. To associate members with the class
C. To access non-static members
D. None of the above
Answer: Option B
A. To hide members from other classes
B. To associate members with the class
C. To access non-static members
D. None of the above
Answer: Option B
Join The Discussion