https://www.learncpp.com/cpp-tutorial/introduction-to-inheritance/
이번 챕터에서는 우리는 inheritance가 c++에서 어떻게 동작하는지 살펴본다
다음 챕터에서는 inheritance가 polymorphism(다형성)(one of object-oriented programming’s big buzzwords, oop의 큰 유행어중 하나)을 virtual function으로 가능하게 하는지 살펴본다
또한 inheritance의 장점과 단점에 대해서도 이야기 한다