Travis MartinSep 3, 20215 min readGolang: pointers, channels and OOP (ish)Making a quick post on few of golang's concepts that can be confusing. Pointers and references I am writing a quick post on golang (go)...
Travis MartinAug 24, 20203 min readPolymorphism OOP examples JavaI am writing this to keep example on programming concepts, this will be on polymorphism, both using interface and abstract objects....