Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21
Angualr Top questions

Details



Peter Agyekum What is the difference between "constant" and "readonly" variables in C#? Constants Can be assigned values only at the time of declaration Static by default Known at compile time Read only Must have set value, by the time constructor exits Are evaluated when instance is created Known at run time
Related Topics