Wednesday, June 22, 2011

Data Types

Variables are declared as being of particular type, and each variable is constrained to hold only values of its declared type. C# is type safe language.
Variable can hold either value types or reference types, or they can be pointers.  

No comments:

Post a Comment