(no title)
AnimalMuppet | 3 days ago
With the polymorphic approach, I just have to create the new subtype, and all the users can do the right thing (if they were written with polymorphism in mind, anyway - if they use virtual functions on the base class).
1718627440|3 days ago
AnimalMuppet|3 days ago
Still... doing it the C++ way, I can just declare the sub type as deriving from the super type, and I don't have to fix up the super type.