Pergunta de entrevista da empresa Northrop Grumman

What is the singleton design pattern?

Resposta da entrevista

Sigiloso

18 de dez. de 2020

Design pattern where only a single instance of an object will be instantiated, which is enforced via private constructors.

1