Designing C# Software With Interfaces
Posted by: Simple Talk,
on 24 Aug 2011 |
View original | Bookmarked: 0 time(s)
The best way to understand how interfaces improve software design is to see a familiar problem solved using interfaces. First, take a tightly-coupled system design without interfaces, spot its deficiencies and then walk-through a solution of the problem with a design using interfaces....