Rust: OOP
Object Oriented Programming (OOP) is a programming paradigm that is based on the concept of "objects". An object is a combination of data and methods that operate on that data. In OOP, we typically model our programs as collections of objects that in...
sagecode.hashnode.dev9 min read