Miscellaneous In C Sharp - Study Mode
[#116] Which of these access specifiers must be used for class so that it can be inherited by another subclass?
Correct Answer
(A) public
[#117] Which of these statements is incorrect?
Correct Answer
(D) A thread can exist only in two states, running and blocked
[#118] What is the purpose of the "using" keyword in C#?
Correct Answer
(C) To import external libraries
[#119] What does the "break" keyword do in a switch statement?
Correct Answer
(A) Exits the switch statement
[#120] What is the purpose of the "readonly" keyword in C#?
Correct Answer
(B) To prevent a variable from changing