Introduction to Design Patterns Flashcards
1
Q
Pattern which usually applies only to a single programming language
A
Idiom
2
Q
Pattern type which provide object creation mechanisms that
increase flexibility and reuse of existing code
A
Creational pattern
3
Q
Pattern type which explain how to assemble objects and class-
es into larger structures, while keeping the structures flexible
and efficient
A
Structural pattern
4
Q
Pattern type which take care of effective communication and
the assignment of responsibilities between objects
A
Behavioral pattern