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 default boolean value in c#?
How big is an int16?
How to create events for a control? What is custom events? How to create it?
Is c# good for beginners?
From which base class do all Web Forms inherit from?
What is iqueryable in linq?
What's the difference between abstraction and encapsulation?
How can we sort the elements of the array in descending order?
What is the full form of GAC? Explain its uses?
What is the difference between system.string and system.text.stringbuilder classes?
What is the use of xmlserializer?
What are different types of Delegates in C#?
Is xamarin free?
What is parallel foreach in c#?
What does protected internal access modifier mean?