|
You are here |
aneesh.mataroa.blog | ||
| | | | |
rakyll.org
|
|
| | | | | [AI summary] This article explains the unique aspects of the Go programming language's type system, emphasizing data-model separation, composition over inheritance, and interface usage. | |
| | | | |
golangbot.com
|
|
| | | | | Go does not support inheritance. However it does support composition. Composition is achieved by embedding one struct type into another. | |
| | | | |
rohanrd.xyz
|
|
| | | | | Implementing inheritance pattern in Go without using Interfaces | |
| | | | |
www.parsonsmatt.org
|
|
| | | (this post is part of a series on Object Oriented Programming in Haskell - see tutorials for a table of contents) | ||