328
OOP at home:
(feddit.nu)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
It works great for technical constructs. E.g. A Button is a UI element. But for anything business logic related, yeah it'll suck.
Even then there's rarely a good reason to use inheritance instead of composition.