What is the Difference between read only and constant
variables?
Answer Posted / pankaj
Readonly variable can be assigned in run time but constant
variables cnt assign at run time.constant variables is
assigned at compile time only
Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
Explain the accessibility modifier protected internal?
Explain the use of SN.exe
What is argument in c#?
Is c sharp open source?
Does c# support parameterized properties?
What is public or shared assemblies ?
What is cookies in c# asp net?
What is difference between property and variable in c#?
What do u mean by delegation of authority?
What is getenumerator?
Is it possible to have different access modifiers on the get/set methods of a property in c#?
Is array a collection c#?
What are class fields?
Does c# support const methods, properties, or events?
Explain how to implement delegates in c#.net