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
If the original method is not static you can declare an override method to be static or not?
Are c# constructors the same as c++ constructors?
What is difference between overloading and short circuiting?
3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close
What is the difference between decimal and integer?
What is the max value of int32 in c#?
What is the delegates in c#?
Why we use extension methods in c#?
What is difference between virtual and override in c#?
What is the use of console readline () in c#?
what is the difference between a struct and a class in c#?
Why is c# used?
what is the scope of anonymous type ?
What is lazy loading and eager loading in c#?
What is public or shared assemblies ?