Question d’entretien chez EFI

What design patterns do you know?

Réponses aux questions d'entretien

Utilisateur anonyme

18 mars 2010

yes, you better read the book before a software interview. Good to be using for OOD stuff anyway. Google it and buy it.

Utilisateur anonyme

8 févr. 2012

It's always advisable to mention Singleton Design Pattern, since it is very basic and easy to implement if asked for. Also one should keep in mind to implement in a way it is thread safe, since most of the time programs are implemented for a multi-threaded environment.

Utilisateur anonyme

17 oct. 2016

Abstract Factory, Factory, Singleton, iterator, Adapter, Builder