Multiple Inheritance
Multiple Inheritance
- A class can inherit behavior of multiple base classes
- Useful in designing complex widgets with several basic components
- No need to rewrite the code for the basic components
- Allows selective modification of inherited base class behaviors