C++ Buzz Phrases
by Curtis Krauskopf
C++ has many buzz phrases. Some of them have arisen from the
academic community; others were spawned by trade journals, books and common
knowledge. Describe the definitions and concepts expressed in each of these
buzz phrases:
- Demeter's Law
- Liskov Substitution Principle
- Dependency Inversion
- Visitor Pattern
- Gang of Four
- Bridge Pattern
|