Difference between Const and ReadOnly in C# | const vs readonly c# | what is const | what is readonly
const keyword :
A variable declared as const must be assigned a value at declaration.
And we can not change its value once it is assigned.
They are implicitly static by default.
You can apply const keyword to built-in value types (byte, short, int, long, char, float, double, decimal, bool), enum, a string literal, or a reference type which can be assigned with a value null.
readonly keyword:
The value will be initialized either at declaration time or in the constructor.
Read only values will evaluate at runtime only.
#readonly #const #allcpl
Смотрите видео c# (Csharp) and .NET :- const vs readonly c# | what is const | what is readonly онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь ALLCPL 16 Апрель 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 659 раз и оно понравилось 15 людям.