Slide 18
Slide 18 text
第4段階のオブジェクト指向
構造主義的なオブジェクト指向の理解
Hanyuda Mamezou 2024 18
カプセル化
ポリモルフィズム
継承
開放閉鎖原則(Open Closed Principle) Bertrand Meyer 1988
• これを実現するために
– カプセル化・ポリモルフィズム・継承が連携する!
"software entities (classes,
modules, functions, etc.)
should be open for
extension, but closed for
modification"; that is,
such an entity can allow
its behaviour to be
extended without
modifying its source code.