aspose file tools
The moose likes Java in General and the fly likes polymorphism Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "polymorphism" Watch "polymorphism" New topic
Author

polymorphism

sitaram irrinki
Ranch Hand

Joined: Feb 16, 2005
Posts: 158
what is compile time polymorphism
Ernest Friedman-Hill
author and iconoclast
Marshal

Joined: Jul 08, 2003
Posts: 24056
    
  13

It's another term (a bad one, in my opinion) for method overloading -- letting the compiler choose among implementations of a method with the same name, but different argument types.


[Jess in Action][AskingGoodQuestions]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: polymorphism
 
Similar Threads
polymorphism
4 key points about Oops
OOP-4 hints please.
Method Overloading and overriding
polymorphism