Dynamic Polymorphism

Write a program for dynamic polymorphism without using method overriding?

Showing Answers 1 - 1 of 1 Answers

Fathima

  • Dec 16th, 2011
 

I believe we can acheive dynamic polymorphism using interface

Example:

Code
  1. span style="font-style: italic;">//Something

  2. //some methods

  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