this post was submitted on 30 May 2024
392 points (94.5% liked)

Programmer Humor

32162 readers
661 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] DriftinGrifter@lemmy.blahaj.zone 60 points 4 months ago (3 children)

you can write oop without inhetitance

[–] prashanthvsdvn@lemmy.world 1 points 4 months ago (1 children)

That’s just structs and unions right?

[–] HereIAm@lemmy.world 4 points 4 months ago

You will still have private/public sections, interfaces (unless you class them as inheritance), classes and instances, the SOLID principles, composition over inheritance. OOP is a lot more than just large family trees of inheritance, a way of thinking that's been moved away from for a long time.

load more comments (1 replies)