Object Oriented Software Engineering View all facts Glossary Help |
| subject > representation > abstraction > pipe |
| pipe comparison table | |||
| Subject | is a kind of | is a subtopic of | has definition |
|---|---|---|---|
| abstraction | representation | 9.2 - Principles Leading to Good Design | A representation that captures only essential aspects of something, reducing the complexity apparent to the abstraction's user |
| pipe | abstraction | 9.5 - Architectural Patterns | A connection between two filters in a pipe-and-filter architecture. It joins the output of one filter to the input to another |
Next abstraction: procedural abstraction Up: abstraction Previous abstraction: data abstraction