オープン/クローズの原則がそれを示唆していることは理解できます
"You should be able to extend the class behaviour, without modifying it"
とはどういう意味ですか?
オープン/クローズの原則がそれを示唆していることは理解できます
"You should be able to extend the class behaviour, without modifying it"
とはどういう意味ですか?
延長可能。
更新/変更/修正に対してクローズされます。
http://en.wikipedia.org/wiki/Open/closed_principle
ウィキペディアの記事でそれはかなり明確です。