Hacker News new | ask | show | jobs
Ask HN: Three Uses of Inheritance?
1 points by rents 1190 days ago
I seem to recall coming across a post or comment on HN or somewhere else (really sorry, I am not able remember correctly) about how inheritance can only ever be used in three scenarios.

I think it referenced an article or post from some professor.

One such was Inheritance for re-use. Other two I do not remember.

I have been searching on and off for quite some time but have not been able to locate it.

Can anyone help?

1 comments

per "3" : Encapsulation, Composition, and Inheritance

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

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.