Lecture overview -- Keyboard shortcut: 'u'  Previous page: A Composite example: IntSequence -- Keyboard shortcut: 'p'  Next page: Implementation of the IntSequence classes -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Page 25 : 37
Object-oriented Programming in C#
Abstract classes, Interfaces, and Patterns
A Composite example: IntSequence application

An IntSequence Composite

/user/normark/oop-csharp-1/sources/c-sharp/sequence/1/App.csAn application of IntSequence objects.


/user/normark/oop-csharp-1/sources/c-sharp/sequence/1/outputOutput from the IntSequence application.


A possible tree of objects which represent the integer sequence 3, 4, 5, 17, 12, 11, 10, 9, 8, 7, 29.