
Polymorphism in OOP abstract class and interface
Polymorphism is a Greek word. Polymorphism means many forms. In Object-Oriented Programming (OOP) polymorphism is slightly similar to inheritance. There are two types of polymorphism. Method overloading and method overriding. …
Read More