Object Oriented Software Engineering   View all facts   Glossary   Help
subject > representation > abstraction > procedural abstraction
Next abstractioncollaboration    Upabstraction    Previous abstractionpipe   

procedural abstraction comparison table
Subject use use in has definition be have implement as is a subtopic of is a kind of carry out provide return
method  A concrete implementation of an operation; a procedure in a classequivalent to the terms "routine", "function" or "procedure" which are used in non object oriented languagesa comment at its head if the method is non-obvious 2.4 - Methods, Operations and Polymorphismprocedure procedural abstraction 
operationto discuss and specify a type of behaviour, independently of any code which implements that behaviour The abstract notion of something that can be done by one or more classes  a set of methods9.2 - Principles Leading to Good Designprocedural abstractiona responsibility of a class  
stub top-down testingA piece of code that has the same interface (i.e. API) as the lower level layers, but which does not perform any real computations or manipulate any real data   10.9 - Strategies for Testing Large Systemsprocedural abstraction  a fixed default value

Next abstractioncollaboration    Upabstraction    Previous abstractionpipe