Kizspy | Question: 33
(Choose 1 answer)
Can you assign a value to a read-only auto property outside of the constructor?
A. Yes, using the "set" accessor of the property.
B. No, it can only be assigned in the constructor.
C. Yes, by using an auxiliary method provided by the property.
D. No, it is inaccessible after initialization.