Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Jaxson Brown   on Aug 12 In Java Category.

  
Question Answered By: Dinh Tran   on Aug 12

Let's see ... polymorphism is one of the main characteristics of the object
oriented programming paradigm along with inheritance and data encapsulation.
As others have explained polymorphism is the same form with different
shapes, as it pertains to Java, it is just the same name used in different
methods, as in overriding and overloading.

Check
java.sun.com/.../override.html
And
forum.java.sun.com/thread.jspa

Share: 

 

This Question has 23 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Polymorphism Or get search suggestion and latest updates.

Related Topics:

Tagged: