What is an example of polymorphism?

A) Inner class
B) Anonymous classes
C) Method overloading
D) Method overriding

Showing Answers 1 - 2 of 2 Answers

Liramu

  • Apr 19th, 2006
 

D) Method Overriding is an absolute example of Polymorphism...u can use the same name for several diff things and the compiler automatically figure out which version has to be invoked , perhaps there are more of polymor...like shadowing , overloading and overriding, most of the comp scients dont include overloading as a polymorphism

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions