| 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
|
|
|
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]
|
 |
 |
|
|
subject: polymorphism
|
|
|