Java View all facts Glossary Help |
mechanism > polymorphism |
polymorphism comparison table |
Subject | get power from | exist | is a kind of | be | is a subtopic of | has definition |
---|---|---|---|---|---|---|
mechanism | kbTop | |||||
polymorphism | dynamic binding | when several classes which each implement the operation either have a common superclass in which the operation exists, or else implement an interface that contains the operation | mechanism | one of the fundamental features of the object oriented paradigm | Object Oriented Programming Concepts | The ability to use the same syntax for objects of different types |
Next mechanism: recursion Up: mechanism Previous mechanism: operator overloading