What is the difference between readonly and const
Answer Posted / vishnu
a read only
field can be initialized either in initialization or in
constructor
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why delegates are required?
What is the CTS, and how does it relate to the CLS?
What is jagged array in c#?
What is the use of console readline () in c#?
Is std :: string null terminated?
Why we use methods in c#?
What is the advantage of static class in c#?
Can you create an instance of a static class?
Why do we need constructor in c#?
How many types of serialization are there in c#?
What is difference between private and protected in c#?
What are regular expressions? Search a string using regular expressions?
What is the use of convert toint32 in c#?
Can mvc be used for desktop applications?
Define constructors