As you know read-only variables and constants have many similarities, but what is at least one way that they differ?

Submitted by: Muhammad
Here are two possible answers to .NET interview questions of this nature:

☛ Read-only variables can support reference-type variables. Constants can hold only value-type variables.
☛ Developers evaluate read-only variables at the runtime. They evaluate constants at the compile time.
Submitted by: Muhammad

Read Online Senior .Net Developer Job Interview Questions And Answers