The No Content Blog
menu
About
Github
Tags
About
Github
Tags
Rust Traits as Interfaces
2020-09-23
#
rust
#
interfaces
#
objects
#
abstraction
How to use the Trait system in Rust, and how they compare to Interfaces
Read more →
Object Oriented Programming in Go
2020-04-27
#
Go
#
embedding
#
interfaces
#
objects
#
abstraction
How Go accomplishes OOP, with out having type hierarchy, and instead using composition, embedding and interfaces
Read more →