Introduction to OOP: Chapter 13: Multiple Inheritance
[next]
[previous]
[audio]
[real]
[text]
Another Example - Walking Menus
-
A Menu is a structure charged with displaying itself when selected
by the user.
-
A Menu maintains a collection of MenuItems.
-
Each MenuItem knows how to respond when selected.
-
A cascading menu is both a MenuItem and a Menu.