What is the difference between readonly and constant in c#
Answer Posted / karunakar
readonly value can be changed at runtime but constant never
change entire application
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is variable in c#?
Is dictionary a collection?
Explain About ADO and its objects
Why hashtable is thread safe in c#?
What is generic types in c#?
Explain manifest in c#.
What is the difference between static class and abstract class in c#?
What is JIT (just in time)? how it works?
What is the reason behind the invention of c#?
What is func delegate in c#?
List out the differences between array and arraylist in c#?
What is byte c#?
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
What is the main purpose of xml?
Can we set image Source dynamically using C# in WPF application?