Go: OOP Principles
Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which can contain data and code that operates on that data. In Go language, OOP is achieved using the concepts of struct and interface types.
Implementatio...
sagecode.hashnode.dev5 min read