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 do you mean by casting a data type?
Why do we use interfaces in c#?
What is the difference between finalize() and dispose()?
Why do we use yield in c#?
Is c sharp free?
What is the difference between c and c sharp?
Why we use delegates in c#?
Can extension methods access private members?
Is java better than c#?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
Write a program in C# for checking a given number is PRIME or not.
What is constructor overloading in c#?
Does c# support multiple inheritance (mi)?
What is a decimal in c#?
What is the purpose of reserved word using in c#?