Error!
Success!

Interface-Based Programming

0
kicks

Interface-Based Programming  (Unpublished)

When you separate interface from implementation, the client is coded against an abstraction of a service (the interface), not a particular implementation of it (the object). As a result, changing an implementation detail on the server side (or even switching to a different service provider altogether) doesn’t affect the client.


Kicked By:
Drop Kicked By: