What is the Difference between read only and constant
variables?
Answer Posted / shyam
Constant Value will be same across all Objects , Read Only variable can have different value in different object of class...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the base class for array types?
Can constructor be overloaded in c#?
How to override a function in c#?
Explain the difference between arraylist and array and in c#?
How can you reference current thread of the method ?
What is the difference between integer and double?
I want to print "Hello" even before main() is executed. How will you achieve that?
What does type safety mean?
What is oledbconnection c#?
What is c sharp language?
What's the implicit name of the parameter that gets passed into the set method/property of a class?
What is lazy loading and eager loading in c#?
What is the difference between console and windows application?
How do I open the console?
Define delegate in c#?