Q46
What is the purpose of the 'readonly' keyword in C#?
A.
Marks a method as read-only
B.
Allows read access only
C.
Indicates that a field can only be assigned once
AnswerD.
Specifies a constant value
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board