Hacker News new | ask | show | jobs
by usefulcat 813 days ago
It could make sense if you have a method that you want derived classes to be able to override but not to be able to call directly.

This is, admittedly, a pretty niche case but certainly not inconceivable.

1 comments

Except the derived class can simply change the visibility of the override, so...