C#.Net Funsdamentals (6)# DotNet - 窗口里的风景
c*t
1 楼
Introduction
C# (pronounced "C sharp") is a simple, modern, object-oriented, and type-
safe programming language. It will immediately be familiar to C and C++
programmers. C# combines the high productivity of Rapid Application
Development (RAD) languages and the raw power of C++.
Variables and parameters
Variables represent storage locations. Every variable has a type that
determines what values can be stored in the variable. Local variables are
variables that are declared in methods, properties
C# (pronounced "C sharp") is a simple, modern, object-oriented, and type-
safe programming language. It will immediately be familiar to C and C++
programmers. C# combines the high productivity of Rapid Application
Development (RAD) languages and the raw power of C++.
Variables and parameters
Variables represent storage locations. Every variable has a type that
determines what values can be stored in the variable. Local variables are
variables that are declared in methods, properties