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
Can a class have more than 1 destructor?
What is the difference between console application and windows application?
How we can create an array with non-default values?
Define delay signing?
How can you sort strings in array that are passed to method as arguments?
What is the difference between new and override in c#?
What are the steps to create a webservice and consume it?
What is a private class in c#?
If you define a user defined data type by using the struct keyword, is it a value type or reference type?
What is a bool in c#?
Is string a data type in c#?
Which namespaces are necessary to create a localized application?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
What is msil in c#?
Define the term immutable ?