Explain different forms of polymorphism?



Explain different forms of polymorphism?..

Answer / Neeraj Chaudhary

There are two main forms of polymorphism in Java: Compile-time (Static) Polymorphism through method overloading and Run-time (Dynamic) Polymorphism through method overriding.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Why string is called as immutable?

1 Answers  


I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?

1 Answers  


Difference between hashCode() & equals()?

3 Answers   HCL,


Why would you desing a J2EE application so user data is entered by way of a JSP page and managed by an underlying Java Beans class?

5 Answers   Adobe,


java Technical questions asked by JPMC

1 Answers   JPMorgan Chase,


What is the difference between C++ & Java?

78 Answers   College School Exams Tests, HAL, SUN, Syntel, TCS, Wipro,


What is linked hashmap and its features?

1 Answers  


Difference between Reader/Writer and InputStream/Output Stream?

9 Answers   Adobe, Kirusa, Verizon,


Is set ordered?

1 Answers  


What do you mean by data type?

1 Answers  


Can we inherit the constructor in a Class?please give one example.

9 Answers   iGate,


Can we declare a constructor as final?

1 Answers  


Categories