What is difference between VAR and DYNAMIC keywords in C#
var is a statically typed variable. It results in a strongly typed variable, in other words, the data type of these variables is inferred at compile time. This is done based on the type of value that these variables are initialized with.
dynamic are dynamically typed variables. This means, their type is inferred at run-time and not the compile time in contrast to var type.
Видео What is difference between VAR and DYNAMIC keywords in C# канала parvesh
dynamic are dynamically typed variables. This means, their type is inferred at run-time and not the compile time in contrast to var type.
Видео What is difference between VAR and DYNAMIC keywords in C# канала parvesh
Комментарии отсутствуют
Информация о видео
1 февраля 2025 г. 12:54:07
00:09:39
Другие видео канала