Y
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
zetafunction
813 days ago
Except the derived class can simply change the visibility of the override, so...
link