this post was submitted on 29 Nov 2023
136 points (98.6% liked)
Memes
3947 readers
10 users here now
Good memes, bad memes, unite towards a united front.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Is this some sort of OOP joke I'm too Rust to understand?
I never understood the difference between class and structs. From my limited knowledge both Python classes and Rust structs can have methods and attributes.
Structs are based, classes are cringe.
Classes have inheritance. Rust structs don't.
Now that you mention it, I do remember learning about features of OOP in my 9th grade Java class. Inheritance was one of them. There were other terms as well that I can't recall clearly.