Kizspy | Question: 26 (Choose 1 answer)
27. How can you assign a value to an init-only property?
A. By directly assigning a value to it in the constructor.
B. By using the "set" accessor of the property.
C. By calling a specific method provided by the property.
D. By using the "readonly" keyword before the property declaration.