Skip to content

Instantly share code, notes, and snippets.

@aucker
Created April 25, 2022 07:49
Show Gist options
  • Save aucker/15473aee2b1b04c47cc221a875dac8c6 to your computer and use it in GitHub Desktop.
Save aucker/15473aee2b1b04c47cc221a875dac8c6 to your computer and use it in GitHub Desktop.

Is Rust OOP? If not, what is it oriented to?

The answer is yes, Rust is OOP. However, Rust is not completely OOP. Rust has three features:

  • OOP
  • Functional
  • Trait oriented

And Rust is mostly Trait oriented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment