16 ms·
I've read about this (public non virtual interfaces calling virtual functions that are meant to be overridden) for C++ a long time ago: http://www.gotw.ca/publi
by FRex 8y ago
I've read about this (public non virtual interfaces calling virtual functions that are meant to be overridden) for C++ a long time ago: http://www.gotw.ca/publications/mill18.htm http://www.gotw.ca/publications/mill18.htm
- Sharlin 8y agoWell, it's the Template Method pattern from the GoF book and, like most design patterns, probably independently discovered by most people writing OO code.