Introduction to Design Patterns Flashcards

1
Q

Pattern which usually applies only to a single programming language

A

Idiom

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Pattern type which provide object creation mechanisms that
increase flexibility and reuse of existing code

A

Creational pattern

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Pattern type which take care of effective communication and
the assignment of responsibilities between objects

A

Behavioral pattern

How well did you know this?
1
Not at all
2
3
4
5
Perfectly