Interview Question
Qus: What is difference between constants and read-only?
Answers (2)
Constants can be declared inside methods while readonly fields cannot be declared inside methods.