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: Ludo Ricci   on Aug 12

Java is an object oriented language and the four pillars of Object oriented
language is
1) Inheritence
2) Abstarction
3) Polymorphism
4) Encapsulation

Polymorphism is not related to multiple inheritence... Overloaded methods
explained below is one way Polymorphism is achieved in Java programming

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: