Talk:Sealed classes and methods

From Rosetta Code
Revision as of 23:08, 30 June 2023 by Garbanzo (talk | contribs) (Remove private methods line from description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Nice task to compare languages. I removed the line about private methods being sealed from the description. C++ supports private virtual functions which can be overloaded in derived classes. They could be sealed but that is not common. Garbanzo (talk) 23:07, 30 June 2023 (UTC)