CS 3304: Comparative Languages
Object-Oriented Programming
[
Course Documents
] : [
Object-Oriented Programming
]
Previous
Contents
Next
Keyword Index
Single and Multiple Inheritance
Disadvantages of multiple inheritance:
Language and implementation complexity
Potential inefficiency--dynamic binding costs more with multiple inheritance (but not much)
Advantage:
Sometimes it is extremely convenient and valuable