Readonly Properties
Is it possible to prevent writing on a property by using the modifier readonly
which makes sure that the property cannot be re-written but does not provide any guarantee of total immutability:
Is it possible to prevent writing on a property by using the modifier readonly
which makes sure that the property cannot be re-written but does not provide any guarantee of total immutability: