Edp Chap 3part 2
Edp Chap 3part 2
Chapter 3: Object-Oriented
Fundamentals in C#.NET
Part_2
Polymorphism uses those methods to perform different tasks. This allows us to perform a
single action in different ways.
For example, think of a base class called Animal that has a method called
animalSound().
Derived classes of Animals could be Pigs, Cats, Dogs - And they also have
their own implementation of an animal sound (the pig oinks, and the cat
…C# Polymorphism
…C# Polymorphism
…C# Polymorphism
…C# Polymorphism
Reading Assignment