Object Oriented Software Engineering View all facts Glossary Help |
| subject > representation > abstraction > procedural abstraction > operation > polymorphic operation |
| polymorphic operation comparison table | |||||
| Subject | let | has definition | is a subtopic of | is a kind of | implement by |
|---|---|---|---|---|---|
| operation | The abstract notion of something that can be done by one or more classes | 9.2 - Principles Leading to Good Design | procedural abstraction | ||
| polymorphic operation | a running program decide, every time an operation is called, which of several identically-named methods to invoke | 2.4 - Methods, Operations and Polymorphism | operation | several different methods |
Next operation: pure virtual function Up: operation Previous operation: abstract operation