Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Multiple inheritance is a type of inheritance in which is
inherited from at least two classes.
- Bjarne Stroustrup. The C++ Programming Language (4th edition). 2013. ISBN: 978-0-321-56384-2. Chapter 21.4. Advice. page 640: '[8] Use ordinary multiple inheritance to express a union of features'
- Bjarne Stroustrup. The C++ Programming Language (4th edition). 2013. ISBN: 978-0-321-56384-2. Chapter 21.4. Advice. page 640: '[9] Use multiple inheritance to seperate implementation from interface'
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
