
May 8th, 2008, 04:08 AM
|
|
Contributing User
|
|
Join Date: May 2006
Posts: 498
Time spent in forums: 1 Day 10 h 28 m 33 sec
Reputation Power: 2
|
|
|
Value type inheritance
Hello everyone,
When dealing with value types, I met with two conflicting points,
1. We can not inherit one value type from another, for example, we can not make a struct inherit from another struct; -- I think it means there is no inheritance or derivation for value types.
2. All value types are inherits from ValueType, and ValueType is inherits from Object, seems value types could have inheritance or derivation?
How do you understand the two conflicting points? :-)
thanks in advance,
George
|