Select from following answers:- A readonly field can be initialized at the time of declaration.
- A readonly field can be initialized on constructor of the same class.
- A readonly fields can be used for run-time constants.
- Use the readonly modifier when we want to make a field constant at run time.
- All Above
Above all statements are correct about Readonly variables?
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator