¡@

Home 

c++ Programming Glossary: mywriter

Why does C++ not let baseclasses implement a derived class' inherited interface?

http://stackoverflow.com/questions/10464308/why-does-c-not-let-baseclasses-implement-a-derived-class-inherited-interface

some guy wrote this used as a Policy with templates struct MyWriter void write std vector char const data ... In some existing code.. with both approaches and writes class MyOwnClass private MyWriter public IWriter other stuff MyOwnClass is implemented in terms.. IWriter other stuff MyOwnClass is implemented in terms of MyWriter. Why doesn't MyOwnClass' inherited member functions implement..