J
Just Me
As I read the documentation sometimes it appears that "type" and "class"
mean the same thing. Other times it appears that they do not.
Under "Classes" mostly they use the word "class" but I also see:
sealed Specifies that another type cannot be derived from this type.
and
Nested classes also have member characteristics. For more information,
see Type Members.
Looks like the words are interchangeable.
BUT under Delegate Class I see
The Delegate class is the base class for delegate types.
and
The Delegate class is not considered a delegate type; it is a class used
to derive delegate types.
Looks like there is a distinction.
Maybe a type is just a class that can be instanced???
Comments please.
mean the same thing. Other times it appears that they do not.
Under "Classes" mostly they use the word "class" but I also see:
sealed Specifies that another type cannot be derived from this type.
and
Nested classes also have member characteristics. For more information,
see Type Members.
Looks like the words are interchangeable.
BUT under Delegate Class I see
The Delegate class is the base class for delegate types.
and
The Delegate class is not considered a delegate type; it is a class used
to derive delegate types.
Looks like there is a distinction.
Maybe a type is just a class that can be instanced???
Comments please.