Polymorphism is achieved using how many types of overloading?
a) Two
b) Three
c) One
d) Four
Answers
Answered by
6
Polymorphism is achieved using how many types of overloading?
Answer:
(b) Two
Explanation:
In Java Polymorphism is of two types. They are:
- Compiletime Polymorphism
- Runtime Polymorphism
Similar questions