/DynamicDispatchDemo

A small project to explain how dynamic dispatch solves the problem of resolving a less derived type at runtime.

Primary LanguageC#GNU General Public License v3.0GPL-3.0

DynamicDispatchDemo

A small repo to provide examples of how dynamic dispatch can be used to solve the problem of resolving types at runtime.