Computer Science
Define the following:
Polymorphism
OOP Intro Java
6 Likes
Answer
Polymorphism is the process of using a function for more than one purposes. It allows the use of different internal structure of the object by keeping the same external interface.
Answered By
4 Likes