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 are the benefits of using generics in c#?
What is signature c#?
What is the default modifier for class in c#?
What is yield c#?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
Define acid rule of thumb for transactions in c#.
Is list immutable in c#?
what are some characteristics of an array?
Can u list some style properties of List Box?
What are the return types in c#?
Differentiate between response.expires and response.expiresabsolute?
What is .dbml file?
What is CLR and its application.?
What is the difference between string and stringbuilder in c#?
Is arraylist thread safe?