I’ll say this now.
Inheritance is the most misused capability of OOP which programmers think makes their code look smart, but most of the time just makes a giant fucking mess.
Composition over inheritance every day, all day
In over ten years of professional programming, I have never used inheritance without regretting it.
It works great for technical constructs. E.g. A Button is a UI element. But for anything business logic related, yeah it’ll suck.
In case anyone is wondering:

The artist is Princess Hinghoi.
Looks like some circular inheritance, that’s going to cause some issues down stream.
sometimes i wonder what dignity means to certain artists
My guess is that money overwrites dignity in some cases.
Implying that’s not their kink in the first place
Incest?
Sure seems like it.
I’m taking the blonde with the succubus tattoo
I LOVE TRAITS. YOU’LL HAVE TO TAKE THEM FROM MY COLD DEAD HANDS
[Insert SpongeBob screaming meme]
TRAITS ARE SO USEFUL AND STRUCTS ARE EASILY REPRESENTED IN MEMORY AND WORKED WITH, COMBINED THEY WILL TAKE OVER THE LINUX KERNEL AND THE WORLD
c, can i have a object oriented programming
c: no, we have object oriented programming at home.
object oriented programming at home: struct(??)
The venerable master Qc Na was walking with his student, Anton. Hoping to prompt the master into a discussion, Anton said “Master, I have heard that objects are a very good thing - is this true?” Qc Na looked pityingly at his student and replied, “Foolish pupil - objects are merely a poor man’s closures.”
Chastised, Anton took his leave from his master and returned to his cell, intent on studying closures. He carefully read the entire “Lambda: The Ultimate…” series of papers and its cousins, and implemented a small Scheme interpreter with a closure-based object system. He learned much, and looked forward to informing his master of his progress.
On his next walk with Qc Na, Anton attempted to impress his master by saying “Master, I have diligently studied the matter, and now understand that objects are truly a poor man’s closures.” Qc Na responded by hitting Anton with his stick, saying “When will you learn? Closures are a poor man’s object.” At that moment, Anton became enlightened.
Should’ve listed the source. Bad commenter.
Source: https://wiki.c2.com/?ClosuresAndObjectsAreEquivalent
(Sorry dude, my time was limited by how long I could spare poopin in-between meetings.)







