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: Clint Garcia   on Aug 12

Polymorphisms is the feature incorporated in java and many other
languages, which lets you name different functions similarly however
depending upon argument types and/or calling object particular
function is called.

In short, that is many forms but one name.

you can find detailed explanation on java.sun.com

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: