You are viewing a single thread.
View all comments 40 points
*
C can STRUCTurise classes tho
18 points
24 points
17 points
Yeah, you can technically write object oriented code in C. Or any other language. Just that actual OOP languages provide a nicer syntax and compile time checks.
Rust is kind of a good example of this. It’s technically not an object oriented language, but the trait system brings it close.
5 points
4 points
1 point
1 point
4 points