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

polymorphic operation
subjectfact 
polymorphic operationis a subtopic of 2.4 - Methods, Operations and Polymorphism2001-08-30 14:57:00.0
is implemented by several different methods2001-08-30 14:57:00.0
is a kind of operation2001-08-30 14:57:01.0
lets a running program decide, every time an operation is called, which of several identically-named methods to invoke2001-08-30 14:57:01.0
operationcarries out a responsibility of a class2001-08-30 14:56:53.0
is implemented as a set of methods2001-08-30 14:56:53.0
is used to discuss and specify a type of behaviour, independently of any code which implements that behaviour2001-08-30 14:56:53.0
procedural abstractionhas advantage when using a certain procedure, a programmer does not need to worry about all the details of how it performs its computations; he or she only needs to know how to call it and what it computes2001-08-30 14:57:04.0
hides the details of procedures2001-08-30 14:57:04.0