Object Oriented Software Engineering View all facts Glossary Help |
| subject > representation > abstraction > procedural abstraction > stub |
| stub comparison table | |||||
| Subject | use in | return | is a kind of | is a subtopic of | has definition |
|---|---|---|---|---|---|
| procedural abstraction | abstraction | 2.1 - What is Object Orientation? | |||
| stub | top-down testing | a fixed default value | procedural abstraction | 10.9 - Strategies for Testing Large Systems | 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 data |
Next procedural abstraction: method Up: procedural abstraction Previous procedural abstraction: operation