What is the difference between readonly and const
Answer Posted / vishnu
a read only
field can be initialized either in initialization or in
constructor
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is instantiating a class?
How to use the sreamReader class to read form a text file?
Do unused Namespaces in c# affect run-time performance?
What are access modifiers used for?
Explain the difference between abstract class and interface.
What is the difference between abstract and virtual?
Why static constructor is parameterless in c#?
What is difference between sleep () and wait ()?
What is string interpolation in c#?
What is thread in c#?
what is virtual method in c#?
Define satellite assembly in c#?
How to override a function in c#?
Could you explain the difference between func vs action vs predicate?
What are the two kinds of properties in c#.