/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

aneesh.mataroa.blog
| | rakyll.org
2.1 parsecs away

Travel
| | [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
2.8 parsecs away

Travel
| | Go does not support inheritance. However it does support composition. Composition is achieved by embedding one struct type into another.
| | rohanrd.xyz
2.1 parsecs away

Travel
| | Implementing inheritance pattern in Go without using Interfaces
| | www.parsonsmatt.org
9.9 parsecs away

Travel
| (this post is part of a series on Object Oriented Programming in Haskell - see tutorials for a table of contents)