Hacker News new | ask | show | jobs
by canucker2016 820 days ago
C++11 adds support for specifying "final" on derived virtual functions to prevent further overriding of the function by any derived classes of the current "final" class.
1 comments

Yep. Imported more-or-less from Java OOP.