Question:Which keyword is used to declare a variable whose value can only be assigned in the constructor?
A const B static C readonly D final
+ AnswerC
+ Report