Computer
programs work with data. Spreadsheets, text editors, calculators or chat
clients. Tools to work with various data types are essential part of a modern
computer language. A data type is a set of values, and the allowable operations
on those values. The two fundamental data type in c# are value types and
reference types.
VALUE TYPE
· Value type(except strings)
· Enumerations
· Structures
REFERENCE TYPE
· Classes
· Strings
· Interfaces
· Arrays
· Delegates
No comments:
Post a Comment