OOP in Go: Structs
Go is a statically typed language that supports object-oriented programming(OOP) concepts, but is not an OOP programming language. One of the key features of Go is its support for struct types and interfaces. A struct is similar to a class in object-...
Feb 24, 20232 min read28