Which of these classes might make more sense as structures?

class Pointclass Rectangleclass Humanclass Car: Vehicle

Fantastic! Structures work if the information we want to store is simple; Car and Human are too complex and only classes can use inheritance.

Oh noes! Structures work if the information we want to store is simple; Car and Human are too complex and only classes can use inheritance.