1
Answer

Difference between static, const, read-only and static read-only

Im not clear with difference between static variable, const variable read-only variable and static readonly variable. Is there is any logical difference between them.

Answers (1)