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 an interface class? Give one example of it
What are destructors in C#?
What can be done with c#?
Does c# have functions?
Can scriptable objects have methods?
What are custom attributes in c#?
Is array passed by reference in c#?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
Which is faster dictionary or list?
Are c# references the same as c++ references?
What is the use of nullable types in c#?
What is short in c#?
What are the new features in c# 2.0?
What is the base class in .net from which all the classes are derived from?
Is lazy t thread safe?