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

stub
subjectfact 
stubhas definition A 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 data2001-08-30 14:57:48.0
is a subtopic of 10.9 - Strategies for Testing Large Systems2001-08-30 14:57:48.0
is used in top-down testing2001-08-30 14:57:48.0
is a kind of procedural abstraction2001-08-30 14:57:48.0
returns a fixed default value2001-08-30 14:57:48.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