Lecture overview -- Keyboard shortcut: 'u'  Previous page: A Composite example: IntSequence application -- Keyboard shortcut: 'p'  Next page: A Composite Example: A GUI  -- 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 26 : 37

Implementation of the IntSequence classes
The classes in the IntSequence composite design pattern
Sequence.cs
The abstract class IntSequence.
Sequence.cs
The class IntInterval.
Sequence.cs
The class IntSingular.
Sequence.cs
The class IntCompSeq.