T
Tony Johansson
Hi!
There is no inheritance for structs as there is for classes. A struct cannot
inherit from another struct or class, and it cannot be the base of a class
but despite this struct can inherit from the root class Object.
How is that possible ?
//Tony
There is no inheritance for structs as there is for classes. A struct cannot
inherit from another struct or class, and it cannot be the base of a class
but despite this struct can inherit from the root class Object.
How is that possible ?
//Tony