Answer Posted / payal mehta
A constant value must be initialized at the time of
declaration
and this value cannot be changed anywhere in the program.
A Read-only value can be assigned any time but it
should not be modified anywhere in the program.we can only
view not edit its value.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the base class from which all value types are derived?
Is it possible to execute multiple catch block for a single try statement?
What is .cshtml file?
Explain About remoting and web services. Difference between them
What is visual c# net?
What is better C# or VB.NET?
What is COM Interoperability?
What is static classes?
What is difference between string and stringbuilder in c#?
Does c# support const methods, properties, or events?
How can you set image source dynamically from c# application to ”test.png” file?
Can we overload indexer in c#?
What is the C# syntax to catch any possible exception?
List out the differences between array and arraylist in c#?
What are scriptable objects?