Загрузка...

C#.Net tutorial in Telugu - var datatype with type safety - ottit

#ottit C#.Net tutorial in Telugu - var datatype with type safety - ottit a. var is like a generic datatype. b. var is a new data type introduced in .Net Framework 3.5 c. var is used to holds any type of data i.e. Both value and reference type. d. var variable must be declared and initialized at once. e. var variables works only in the local scope. f. var variables are not allowed as function arguments. h. var is not allowed as return type of a function also i. Based on the initialization of var variable, CLR automatically converts var variable into a predefined datatype.

Видео C#.Net tutorial in Telugu - var datatype with type safety - ottit автора Java Инновации
Страницу в закладки Мои закладки
Все заметки Новая заметка Страницу в заметки