Answer Posted / aravind
constant : it ll take the values at compile time ,,in
constant u cant change values .....
Read-Only : i ll take values at run time espessailly u can
use this for date functions
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What does out mean in c#?
How many types of collections are there in c#?
Explain when should you call the garbage collector in .net?
can you create a function in c# which can accept varying number of arguments
What is anonymous methods in c#?
What is data bind in c#?
Why is static constructor called first?
Is list immutable in c#?
Is xamarin free?
What is the main method?
What is the difference between ref and out parameters in c#?
Explain how obfuscator works in .net
Why dependency injection is used in c#?
What’s a strong name?
What is the difference between writeline and write in c#?