// MODULE 15

OOP Features of Rust

Trait objects, the dyn keyword, and object-oriented patterns in Rust.

OOP Features of Rust

Based on The Rust Programming Language, Chapter 17

Topics Covered


Content coming soon. This module will cover how Rust implements object-oriented programming concepts, including encapsulation, polymorphism through trait objects, and how traditional OOP design patterns translate into idiomatic Rust.