Saturday, July 21, 2007

ReadOnly Keyword

A modifier that is used on fields
Fields with readonly modifier can be assigned a value in the class constructor
ReadOnly fields can have different values depending on the constructor used

No comments: