Lecture overview -- Keyboard shortcut: 'u'  Previous page: The Composite design pattern  -- Keyboard shortcut: 'p'  Next page: An application of Music Elements -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Abstract classes, Interfaces, and Patterns - slide 21 : 37

A Composite Example: Music Elements

A music element can either be a note, a pause, a sequential or a parallel collection of music elements

A music element has operations such as Duration, Transpose, and Linearize