Junior OOP

What is polymorphism in OOP?

  • Polymorphism means “many forms”.
  • It allows objects of different types to be treated as objects of a common base

type.

  • Achieved through method overloading, overriding, and interfaces.

More from C# Programming Tutorial

All questions for this course