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 and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Page 26 : 37
Object-oriented Programming in C#
Abstract classes, Interfaces, and Patterns
Implementation of the IntSequence classes

The classes in the IntSequence composite design pattern

/user/normark/oop-csharp-1/sources/c-sharp/sequence/1/Sequence.csThe abstract class IntSequence.


/user/normark/oop-csharp-1/sources/c-sharp/sequence/1/Sequence.csThe class IntInterval.


/user/normark/oop-csharp-1/sources/c-sharp/sequence/1/Sequence.csThe class IntSingular.


/user/normark/oop-csharp-1/sources/c-sharp/sequence/1/Sequence.csThe class IntCompSeq.