Question d’entretien chez CSG

Explain the service locator design pattern?

Réponse à la question d'entretien

Utilisateur anonyme

18 févr. 2014

Using an Interface to abstract registered implementations. Decouples the execution of the implementations at run time.

1