+ 10
Which keyword prevents member of a class from being modified after construction ?
CSharp
5 Respuestas
+ 8
readonly is the answer
+ 7
thanks jay
const also
+ 4
private : makes it available only in ur class
sealed: prevent other classes from inheriting from ur class
+ 3
readonly
+ 1
readonly