Tech C**P
@technical_notes
14
subscribers
161
photos
9
videos
59
files
304
links
مدرس و برنامه نویس پایتون و لینوکس
@alirezastack
Download Telegram
Join
Tech C**P
14 subscribers
Tech C**P
inheritance
in
Golang
:
-
https://golangbot.com/inheritance/
#golang
#go
#inheritance
#struct
golangbot
Composition Instead of
Inheritance
- OOP in Go
Go does not support
inheritance
. However it does support composition. Composition is achieved by embedding one struct type into another.