C++ added OOP to C.
Rust is not object-oriented.
That makes your statement wrong.
It certainly is according to the various CS definitions of type systems.
Plenty of OOP architectures can be implemented 1:1 in Rust type system.
Objective-C added OOP to C. C++ did not. C++ is neither an OO language nor a C superset.
It certainly is according to the various CS definitions of type systems.
Plenty of OOP architectures can be implemented 1:1 in Rust type system.