Polymorphism June 3, 2018 C# 0 Comments Polymorphism allows classes to transform into a different class within its inheritance hierarchy. It allows a programmer to use objects of different types but treat them in their "general" form while…