Interface-Based Programming (en.csharp-online.net)
submitted by
world(520) 3 years, 10 months ago
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.
|category: C#
|Views: 15
tags:
C# another
Everyones tags:
Your Tags: