Базовые классы в зависимости от их производных в чистом кодеC#

Место общения программистов C#
Anonymous
Базовые классы в зависимости от их производных в чистом коде

Сообщение Anonymous »


In the clean code book of Robert C Martin in the 17 section it is mentioned that the base class should not have any information about the derived classes because we need to deploy them the in different jar file. I did not get the point. anyone can provide any more information about it in C# or .Net with the real sample?


Источник: https://stackoverflow.com/questions/781 ... clean-code

Вернуться в «C#»