flâneur — a map of the web's best reading

Is Rust object oriented?

quora.com · saved by 1 readers

It shares some characteristics of an object-oriented language, but not all. Rust does not really implement the concept of inheritance. In Rust you can define structs (as pure structs - with no behavior), or you can add functions to that struct if you so desire. You can define structs as data only.

Explore this link on the map →