What is the difference between readonly and constant in c#
Answer Posted / karunakar
readonly value can be changed at runtime but constant never
change entire application
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Illustrate the differences between the system.array.copyto() and system.array.clone()?
Explain how to use an extender provider in the project.
Are arrays value types or reference types?
What is class method c#?
Explain the term inheritance in C#.
What is a console file?
Why abstract class is not instantiated in c#?
Is c# an open source?
Can enum have methods c#?
What is different about switch statements in c#?
List down the commonly used types of exceptions in .net
What do you mean by winforms in c#?
hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks
What is a framework in c#?
How many constructors can a class have in c#?