What is the Difference between read only and constant
variables?
Answer Posted / isaiselvan
readonly assign a value at run time but we can assign a declaration part.
const values assign only at declaration part.
Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Explain how to implement an object pool in c#.net
What is array class in c#?
What is bit in c#?
What is data binding c#?
How does aspect oriented programming work?
What is meant by clr?
What is c sharp used for?
To create a localized application which namespaces are necessary?
How do you declare a method in c#?
Why we use get and set property in c#?
What is difference between arraylist and list in c#?
Which compiler switch creates an xml file from xml comments in the files in an assembly?
Why use a singleton instead of static methods?
Describe ways of cleaning up objects in c#.
Illustrate the differences between the system.array.copyto() and system.array.clone()?