Hacker News new | ask | show | jobs
by sargstuff 1190 days ago
per "3" : Encapsulation, Composition, and Inheritance

"inheritance" types: single, multiple, multi-level, multi-path, heirarchical, hybrid

1 comments

nah, it was something like when to apply inheritance. One : Use it for code re-use to abstract out common code. There were 2 others.