Which of these classes might make more sense as structures?
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.