Related resources for Up-casting
  • Polymorphism, Up-casting and Down-casting1/12/2022 9:05:32 AM. This article gives an introduction to polymorphism in C#. Using the example created in this introduction, the article then goes on to describe how we up-cast and down-cast objects.
  • Abstract Base Class Polymorphism8/30/2007 1:01:18 AM. Refactoring the program code from my Polymorphism, Up-casting and Down-casting article to use an abstract base class.