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
What is multithreading with .net?
What are the ways in which client can create object on server in cao model?
What is a jagged array?
What is a nullreferenceexception?
What is threading in c# with example?
What is a constructor in c#?
How many destructors can a class have?
Why do we use virtual methods in c#?
What do you understand by 'access specifiers' in C#?
can multiple catch blocks be executed for a single try statement?
What types of object can I throw as exceptions?
Contrast between an interface and abstract class?
What is difference between struct and class in c#?
Are cao stateful in nature?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?