Lessons: 27Length: 3.5 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

3.5 Polymorphism

While inheritance is important in OOP, the ability to override the functionality in those base classes is important as well. In this lesson we will cover the basics of polymorphism and our ability to take advantage of it in the Swift programming language.