Object Oriented Software Engineering   View all facts   Glossary   Help
subject > representation > abstraction > procedural abstraction > operation
Next procedural abstractionstub    Upprocedural abstraction    Previous procedural abstractionmethod   

operation
subjectfact 
operationcarries out a responsibility of a class2001-08-30 14:56:53.0
has definition The abstract notion of something that can be done by one or more classes2001-08-30 14:56:53.0
is a subtopic of 9.2 - Principles Leading to Good Design2001-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
is a kind of procedural abstraction2001-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

Kinds of operation :