The _____ design pattern is primarily used to create an object that follows the object-oriented principle of single responsibility and separation of concern?
- Singleton
- Factory
- Observer
- Adapter
The Factory design pattern is primarily used to create objects while adhering to the object-oriented principles of single responsibility and separation of concern. It abstracts the process of object creation and allows subclasses to implement the specific details.
Loading...
Related Quiz
- Envision a scenario where a project, following Agile, is facing severe issues with stakeholder satisfaction due to misaligned expectations. How might prototyping serve as a solution in this context?
- The _____ prototype is used to explore specific areas of the system where there is a high level of technical risk.
- What role does SQA play in risk management during software development?
- How does the Configuration Control within SCM enhance the software development process?
- During stress testing, its vital to monitor system parameters like CPU usage, memory usage, and ______ to evaluate performance under stress.