Vidyalelo
C# Programming · Q60

LINQ (Language

Programming · C# Programming · question 60

Q60

What does the following property defined in the array class defines in C#? 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

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board