What is the Difference between read only and constant
variables?
Answer Posted / guest
Read only variable can be assigned a value at the runtime.
Where as const have to be assigned at the compile time only.
Is This Answer Correct ? | 64 Yes | 5 No |
Post New Answer View All Answers
Can abstract class have parameterized constructor?
What is the difference between an implicit conversion and an explicit conversion?
What are sessions in c#?
Are there functions in c#?
What are namespaces, and how they are used?
What is interpolation in programming?
What is wcf c#?
Explain Direct CAST vs CType ?
What is strong name in c# and how can we use it?
How many constructors can a class have c#?
What do multicast delegates mean?
Define a jagged array in c#?
What are Memory foot print of an exe?
What is msil, and why should developers need an appreciation of it if at all?
What does question mark mean in c#?