Kizspy Question: 30
(Choose 1 answer)
hdevarilam.com
What is a read-only auto property in C#?
A. A property that can only be read and not assigned a value after initialization.
B. A property that automatically updates its value based on internal logic.
C. A property that can be both read and written after initialization.
D. A property that is inaccessible outside its containing class.