What does the following property defined in the array class defines in C#?
public bool IsReadOnly { get; }
public bool IsReadOnly { get; }
A. a property is read only by nature
B. property is true if the array object is read only and false otherwise
C. value is false for arrays
D. all of the mentioned
Answer: Option D
Join The Discussion