TRACK
88: Design Patterns: Service Locator.
The service locator behavioral pattern allows you to make use of an interface without knowing what class implements the interface.
The service locator behavioral pattern allows you to make use of an interface without knowing what class implements the interface.
Comments