Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Task - Defining Delegates | Interactive GUI
Advanced C# with .NET
course content

Course Content

Advanced C# with .NET

Advanced C# with .NET

1. Introduction to Desktop Development with .NET
2. Interactive GUI
3. Threading
4. Generics & Reflection

bookTask - Defining Delegates

You can download the base code by cloning the Github Repository.

Your task is to define a delegate type called Operation, which can refer to the methods that have the same signature as the max and avg methods.

Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 2. Chapter 2
some-alt