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: Sonya Flores   on Aug 12

That is plain wrong.
Java does not support polymorphism. So your example is wrong.
Java only supports single inheritance and NOT multiple inheritance.
In short words in Java one class can extend another one BUT only ONE class
(and not many which would be polymorphism)

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: