Lecture overview -- Keyboard shortcut: 'u'  Previous page: A Composite Example: Music Elements -- Keyboard shortcut: 'p'  Next page: Implementation of MusicElement classes -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Help page about these notes  Alphabetic index  Course home  Page 22 : 37
Object-oriented Programming in C#
Abstract classes, Interfaces, and Patterns
An application of Music Elements

/user/normark/oop-csharp-1/sources/c-sharp/patterns/composite/music-elements/client.csAn application of some MusicElement objects.


 

A possible tree of objects which represent various music elements. Nodes named Ni are Note instances, and the node named P is a Pause instance