+ 9
What is the answer?
Which statements are true? constants should be assigned a value when declared readonly fields can be initialized by the constructor constants can be initialized by the constructor readonly fields can be initialized only when declared
5 Antworten
+ 8
Please don't send spam.
+ 1
First one is true
Second one is true
Third one is false
Fourth one is false
- 1
Dude, we are not here to answer your lesson quiz, if you don't know the answer then you probably didn't learn well. Delete the question.
- 1
first one and second one is true
constant initialized before runtime
read only variable can initialize directly and in constructor