Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Explicitly answer the question "Is Rust object oriented?" #467

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en-US/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ Yes you can! The major game programming library for Rust is [Piston](http://www.
Is Rust object oriented?
</a></h3>

It is multi-paradigm. Many things you can do in OO languages you can do in Rust, but not everything, and not always using the same abstraction you're accustomed to.
No, but it offers alternatives. Rust is multi-paradigm. Many things you can do in OO languages you can do in Rust, but not everything, and not always using the same abstraction you're accustomed to.

<h3><a href="#how-do-i-map-object-oriented-concepts-to-rust" name="how-do-i-map-object-oriented-concepts-to-rust">
How do I map object-oriented concepts to Rust?
Expand Down