Creational Design Patterns in Modern C++ - Singleton Issues

Creational Design Patterns in Modern C++ - Singleton Issues

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial discusses the issues associated with the Singleton design pattern, particularly its violation of the dependency inversion principle and challenges in unit testing. It demonstrates a basic implementation of a Singleton class called 'local printer' and highlights the problems of direct usage in code. To address these issues, the tutorial suggests using inheritance to create a more flexible design that allows for different types of printers and easier unit testing with mock objects. The approach enhances flexibility and adheres to better design principles.

Read more

1 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

What new insight or understanding did you gain from this video?

Evaluate responses using AI:

OFF