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. | |