A Struct is similar to the class with the follwing key differences
1. A Struct is a value type where as a class is a reference type
2. A Struct does not support Inheritance
3. A Struct can't have explicit parameter less constructors
1. A Struct is a value type where as a class is a reference type
2. A Struct does not support Inheritance
3. A Struct can't have explicit parameter less constructors
No comments:
Post a Comment