[first slide]
Introduction to Object Oriented Programming
Chapter 13
Multiple Inheritance
Outline
- Orthigonal Classifications
- CS Example - Complex Numbers
- Solutions
- Inheritance as a form of Combination
- Another Example - Walking Menus
- Problem with MI - Name Ambiguity
- Problem with MI - Common Ancestors
- Multiple Inheritance in Java
Other Material