Answer:
A static readonly field is very much similar as constant, but the difference is the C# compiler does not have access to the value of a static readonly field at compile time. It will access only at run time.
Asked In: Many Interviews |
Alert Moderator