Answer Posted / nithya
A readonly can be initialized only the time of variable
declaration or only in the constrator,Apart from that we
cannt modify anywhere in our program.
But Constant must be initialized at the time of declaration.
And this value cannt be changed in constractor level also.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Can constructor have return type c#?
What is dataadapter c#?
How many digits are in an integer?
What is console programming language?
What is a collection in c#?
What is asp net in c#?
What is extension method in c sharp?
What is task parallel library?
what is .NET framework architecture ??
What are the collection types can be used in c#?
What is 8 bit signed integer?
State two different types of access modifiers.
What is the solution if you need to manipulate sets of items?
Explain About multi level and multiple inheritance how to achieve in .net
Explain About Iunknown interface Queue