|
|
|
|
|
by Findecanor
814 days ago
|
|
Yes, you can have a private virtual member function, and it can be overridden in a child class (unless declared final), apparently. I too thought that sounded insane, so I just looked it up. I've been programming C++ for twenty five years and the thought of wanting to do this have never ever occurred to me... |
|
This is, admittedly, a pretty niche case but certainly not inconceivable.