Tag: c++ inheritance private virtual

  • Inheritance in C++

    I was casually looking at some material on C++ on the web today when I came across this. The first read messed up with my head. After a while I thought of doing some experiments with g++, because for some strange reason the phrase “private virtual functions” popped up in my head. And I thought…