Polymorphism type which is nothing but the method overloading in java - Core Java

Q.  Which type of polymorphism is nothing but the method overloading in java?
- Published on 13 Jul 15

a. Compile time polymorphism
b. Runtime polymorphism
c. Static polymorphism
d. Both A & C

ANSWER: Both A & C
 

    Discussion

  • mayur umbarkar   -Posted on 27 Dec 18
    Compile time polymorphism is nothing but the method overloading in java and Runtime polymorphism is nothing but the method overriding in java.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)