Remix.run Logo
7bit 2 hours ago

C++ added OOP to C.

Rust is not object-oriented.

That makes your statement wrong.

pjmlp 17 minutes ago | parent [-]

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.