what's the difference between class and type?
# announcements
i
what's the difference between class and type?
stackoverflow 3
i
can we use a class as a type?
e
Yes.
(unless class is generic, in which case you’ll need to instantiate it with specific type arguments to get a type)
i
and can we think instances of classes as values of types?
e
They are