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
[–] ksynwa@lemmygrad.ml 3 points 9 months ago (2 children)

I never understood the difference between class and structs. From my limited knowledge both Python classes and Rust structs can have methods and attributes.

[–] CannotSleep420@lemmygrad.ml 5 points 9 months ago

Structs are based, classes are cringe.

[–] kredditacc@lemmygrad.ml 4 points 9 months ago (1 children)

Classes have inheritance. Rust structs don't.

[–] ksynwa@lemmygrad.ml 3 points 9 months ago

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.