Software Design Flashcards
1
Q
What are two creational design patterns?
A
Factory and singleton
2
Q
What are two structural design patterns?
A
Decorate and facade
3
Q
What are two behavioural design patterns?
A
Interpreter and iterator
4
Q
What are two concurrency design patterns?
A
Monitor and thread pool
5
Q
What does concurrency mean?
A
One computer, but doing a bunch of things at once.