top | item 47165741 (no title) 1718627440 | 4 days ago Why would I change the users at all instead of just modifying the dispatch method in the super type? discuss order hn newest AnimalMuppet|4 days ago I see. Yes, you can do it that way.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. hinkley|4 days ago That’s the OO way. Of which C++ is an instance.
AnimalMuppet|4 days ago I see. Yes, you can do it that way.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. hinkley|4 days ago That’s the OO way. Of which C++ is an instance.
AnimalMuppet|4 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.
hinkley|4 days ago