Polymorphism in Java
Polymorphism in Java
Dr.J.Jeyaboopathiraja
Assistant Professor
Department of Computer Science
Sri Ramakrishna College of Arts & Science
Coimbatore
OOPs (Object-Oriented Programming System) in Java is a programming paradigm
based on the concept of objects and classes.
When different functions in a class has the same name but different
signatures, it’s called method overloading.