What is the Difference between read only and constant
variables?
Answer Posted / zia khan
The difference between the readonly and const data members
is that const requires you to initialize with the
declaration, that is directly
Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is int tryparse in c#?
What is thread safe in c#?
Define parsing?
Write a program to find the angle between the hours and minutes in a clock
How to use nullable types in .net?
Can interface have virtual methods in c#?
What is parameter c#?
Why do we use virtual methods in c#?
Explain the clr triggers?
Is system a class in c#?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
What are some examples of desktop applications?
What is difference between first and firstordefault?
What are the different types of delegates?
What is binary search tree in data structure?