Possible Duplicate:
What is the difference between Type and Class?
What is the relationship between class and type? Or what are the relationships between class and type?
If you think defining the concepts class and type clarifies the answer, please include definitions.
Resuming:
The basic relationship between those two concepts is that a class defines a type.
If you define the class Car
, you're also defining a new type: Car
.
精彩评论