Jon
Thu Jul 24 08:55:06 CDT 2003
Tom Vande Stouwe MCSD.net <tomv@conpro.net> wrote:
> The Type is just a model for holding multiple data items, where a class can
> process that information internally. You can overload a class, not a type.
No, you overload a method.
> A Class can be used by other processes, where a type is local to the
> application.
Where are you getting this from? A class *is* a type.
> The list of difference goes on, suffice to say. If you need a
> structure to simply store data in a single application then a type will do
> fine. If not, then you may need (a) class. ;)
Are you confusing struct with type here, perhaps?
--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet/
If replying to the group, please do not mail me too