Java View all facts Glossary Help |
| operation > polymorphic operation |
| polymorphic operation comparison table | ||
| Subject | is a kind of | has definition |
|---|---|---|
| operation | kbTop | a higher-level procedural abstraction than a method: It is used to discuss and specify a type of behaviour, independently of any code which implements that behaviour |
| polymorphic operation | operation | An operation where the program decides, every time an operation is called, which of several identically-named methods to invoke |
Up: operation