Lecture overview -- Keyboard shortcut: 'u'  Previous page: A Composite Example: A GUI  -- Keyboard shortcut: 'p'  Next page: Cloning -- 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 29 : 37
Object-oriented Programming in C#
Abstract classes, Interfaces, and Patterns
A Composite Example: A GUI

An small extract of the Windows Form Component class structure

We recognize the structure of a Composite design pattern

An extract of the Windows Form classes for GUI building. We see two Composites among these classes.