The No Content Blog
menu
About
Github
Tags
About
Github
Tags
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 →