OOP Patterns in Go: Methods, Interfaces and Type Embedding
In Go, there are no explicit definitions for Class, Object and Inheritance like in traditional OOP languages but it offers similar features with a unique take.
Methods, Interfaces and Type Embedding are the building blocks for the OOP-like structure ...
nirdoshgautam.hashnode.dev6 min read