Join Slack
Powered by
what's the difference between class and type?
# announcements
i
Ifvwm
06/18/2019, 4:08 AM
what's the difference between class and type?
stackoverflow
3
e
elizarov
06/18/2019, 4:33 AM
https://stackoverflow.com/questions/468145/what-is-the-difference-between-type-and-class
i
Ifvwm
06/18/2019, 5:20 AM
can we use a class as a type?
e
elizarov
06/18/2019, 5:24 AM
Yes.
elizarov
06/18/2019, 5:24 AM
(unless class is generic, in which case you’ll need to instantiate it with specific type arguments to get a type)
i
Ifvwm
06/18/2019, 5:31 AM
and can we think instances of classes as values of types?
e
elizarov
06/18/2019, 6:05 AM
They are
Open in Slack
Previous
Next