Lecture overview -- Keyboard shortcut: 'u'  Previous page: Implementation of MusicElement classes -- Keyboard shortcut: 'p'  Next page: A Composite example: IntSequence application -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Abstract classes, Interfaces, and Patterns - slide 24 : 37

A Composite example: IntSequence

An integer sequence can either be a singular integer, an interval, or a composite sequence

An integer sequence has the operations Min, Max, and GetEnumerator