image
image
image

Chapter 11 – Polymorphism and Encapsulation in C#

image

In the last chapter, we studied inheritance which is one of the building blocks of object oriented programming. In this chapter, we will discuss Polymorphism which is another important concept in object oriented programming. We will also briefly review encapsulation which is considered the third pillar of object oriented programming.