OOP¶
📕 Articles¶
- Structs Instead of Classes - OOP in Go
- Composition Instead of Inheritance - OOP in Go
- Polymorphism - OOP in Go
- Object-oriented
- OOP: Inheritance in GOLANG complete guide
- OOP: Polymorphism in Go Complete Guide
- Inheritance in GO using interface + struct
- Encapsulation in Go (Golang)
- Object Oriented Inheritance in Go
- Go Composition vs Inheritance
- Object-oriented programming without inheritance
- Well-structured Logic: A Golang OOP Tutorial
- Is Go an Object Oriented language?
- Composition with Go
- Go Object Oriented Design
- Composition not inheritance
- Loose Coupling in Go lang
- interface design principles using Golang
- Embedding in Go: Part 1 - structs in structs
- GOLANG: Call inherited constructor
- Type Embedding
📺 Videos¶
Samples¶
- MaksimDzhangirov/oop-go - OOP in Golang