摘要:
The SOLID Principles in C# – Liskov Substitution原文地址:http://www.remondo.net/solid-principles-csharp-liskov-substitution/The third post in theSOLID by Example seriesdeals with the Liskov Substitution Principle (LSP). It states that derived classes must be substitutable for their base classes. The pri 阅读全文