Lecture overview -- Keyboard shortcut: 'u'  Previous page: Generic Methods -- Keyboard shortcut: 'p'  Next page: Predefined generic delegates -- 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 19 : 21
Object-oriented Programming in C#
Generic Types and Methods
Generic Delegates

 

/user/normark/oop-csharp-1/sources/c-sharp/generics/compose/1/generic-function-composition.csGeneric reprogramming of the program that composes functions.


/user/normark/oop-csharp-1/sources/c-sharp/generics/compose/1/outputOutput from the Generic reprogramming of the program that composes functions.


/user/normark/oop-csharp-1/sources/c-sharp/generics/compose/2/generic-function-composition.csAn example that involves other types than double.


/user/normark/oop-csharp-1/sources/c-sharp/generics/compose/2/outputOutput from the example that involves the types double, int, and Die.