Object Oriented Software Engineering View all facts Glossary Help |
| subject > representation > abstraction > procedural abstraction > operation > abstract operation |
| abstract operation comparison table | |||
| Subject | is a kind of | is a subtopic of | has definition |
|---|---|---|---|
| operation | procedural abstraction | 9.2 - Principles Leading to Good Design | The abstract notion of something that can be done by one or more classes |
| abstract operation | operation | 2.6 - The Effect of Inheritance Hierarchies on Polymorphism and Variable Declarations | An operation in a class that makes logical sense for all subclasses, but that is not implemented in the class |
Next operation: polymorphic operation Up: operation Previous operation: pure virtual function