1 00:00:00,720 --> 00:00:06,470 ‫In this chapter, you will learn the third and final pillar of object oriented programming polymorphism. 2 00:00:06,480 --> 00:00:09,460 ‫This concept extends the inheritance concept. 3 00:00:09,480 --> 00:00:18,630 ‫You will learn to use polymorphic parameters the keyword field and understand the is a versus has a 4 00:00:18,630 --> 00:00:19,500 ‫relationship. 5 00:00:19,530 --> 00:00:24,180 ‫Finally, you will learn to read from a text file and write into a text file. 6 00:00:24,420 --> 00:00:25,710 ‫So let's get started.