Object-Oriented Programming 2: Multiple Inheritance
Jacob Schrum Jacob Schrum
17.4K subscribers
1,478 views
0

 Published On Jul 23, 2020

This video focuses on multiple inheritance, and how it is implemented in several languages. C++ allows multiple inheritance directly, whereas Java only allows limited multiple inheritance via interfaces. Ruby allows multiple inheritance via mixins. The same examples is implemented in each of these languages to demonstrate a variety of different approaches to multiple inheritance.

show more

Share/Embed