Monthly Archives: January 2024

OOP in Rust

Base concepts Rust is not exactly an object-oriented programming language (OOP), even though it might seem like one. Object-oriented programming relies on three main principles, and Rust doesn’t strictly follow them: Encapsulation Encapsulation involves the concept of using classes to … Continue reading

Posted in Uncategorized | Leave a comment