Hacker News new | ask | show | jobs
by PoignardAzur 814 days ago
Wait, what? Virtual methods in C++ are opt-in. You only need the 'final' keyword when you're overriding a method in a child class.