Podcast
Questions and Answers
What are design patterns in software engineering?
What are design patterns in software engineering?
Reusable solutions to commonly occurring problems in software design.
Which of the following is NOT one of the four essential features of design patterns?
Which of the following is NOT one of the four essential features of design patterns?
- Solution
- Problem
- Pattern Name
- Language (correct)
What category do Creational Patterns belong to?
What category do Creational Patterns belong to?
- Patterns that manage software architecture
- Patterns that deal with object creation (correct)
- Patterns that organize objects into larger structures
- Patterns that describe communication between objects
What is a Singleton Pattern designed to do?
What is a Singleton Pattern designed to do?
What principle does the Singleton Pattern violate?
What principle does the Singleton Pattern violate?
Design patterns can be implemented in any __________.
Design patterns can be implemented in any __________.
Creational Patterns control the complexity of object creation.
Creational Patterns control the complexity of object creation.
Flashcards are hidden until you start studying