Difference between private, public and protected inheritance in C++
- by Shikiyo
i looked in SO and couldn't find a good description regarding the difference between public, private and protected C++ inheritance. All the questions were assuming an specific case.