Object Oriented Software Engineering   View all facts   Glossary   Help
subject > representation > abstraction > procedural abstraction > operation > abstract operation
Next operationpolymorphic operation    Upoperation    Previous operationpure virtual function   

abstract operation comparison table
Subject is a kind of is a subtopic of has definition
operationprocedural abstraction9.2 - Principles Leading to Good DesignThe abstract notion of something that can be done by one or more classes
abstract operationoperation2.6 - The Effect of Inheritance Hierarchies on Polymorphism and Variable DeclarationsAn operation in a class that makes logical sense for all subclasses, but that is not implemented in the class

Next operationpolymorphic operation    Upoperation    Previous operationpure virtual function