Related resources for upcasting
  • 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.
  • Runtime Polymorphism in Java8/7/2019 4:28:09 AM. This article explains one of the most important concepts of Object Oriented Programming, Polymorphism, with several sets of examples along with definitions and related diagrams.