MCQOPTIONS
Saved Bookmarks
| 1. |
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 above |
| Answer» E. | |