The dynamic keyword allows decisions about object type to be deferred until runtime. One benefit of this is that we can make method overloading decisions at runtime rather than having them locked in by the compiler.
Topics include:
- C#
- dynamic
- Polymorphism
- Overloading
- Strong typing
Source code available at: https://github.com/JasperKent/DynamicOverloading
No comments:
Post a Comment