OOP -Polymorphism
Dr. Panthakkan
0:00 / 0:00
OOP -Polymorphism
0 просмотров · 3 дня назад
Dr. Panthakkan
63 подписчика
0 просмотров · 3 дня назад
Polymorphism is an object-oriented programming concept that enables a single method to perform different tasks based on the object it interacts with. In Java, polymorphism allows an object to take multiple forms, letting methods behave differently depending on the object they operate on. It is achieved through method overloading and method overriding.