Answer Posted / rafi
if we use constantat first only value should be assigned
where as
in readonly the value can be assigned any time but it
should not be modified
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
2. What happened when BO object has been called?
Which compiler switch creates an xml file from xml comments in the files in an assembly?
What is thread pooling?
Explain the advantage of using system.text.stringbuilder over system.string?
How does foreach loop work in c#?
What is int parse in c#?
What is the use of ispostback in c#?
What is the keyword used to prevent a class from being inherited by another class?
How do I count the length of a string in c#?
What is ienumerator c#?
What is the base class of all classes in c#?
Why do we need to call CG.SupressFinalize?
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
What is difference between singleordefault and firstordefault?
How does bubble sort work?