My understanding to C# Data tyeps are on the basis of Memory allocation, data types can be classifiedd in two types
- Value Types
- Reference Types
When you classified the Value Type
- Structs
- Enums
Reference Types are classified
- String
- Arrays
- Object
- Class
- Interface
- Delegate
Comments
Post a Comment