Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maksimdzhangirov/oop-go
OOP in Golang
https://github.com/maksimdzhangirov/oop-go
golang oop oop-examples
Last synced: about 1 month ago
JSON representation
OOP in Golang
- Host: GitHub
- URL: https://github.com/maksimdzhangirov/oop-go
- Owner: MaksimDzhangirov
- Created: 2021-11-09T08:33:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-15T17:14:23.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T16:59:35.792Z (7 months ago)
- Topics: golang, oop, oop-examples
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 33
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object-Oriented Programming in Go
* [Inheritance](https://golangbyexample.com/oop-inheritance-golang-complete/)
* [Polymorphism](https://golangbyexample.com/oop-polymorphism-in-go-complete-guide/)
* [Abstract Classes](https://golangbyexample.com/go-abstract-class/)
* [Encapsulation](https://golangbyexample.com/encapsulation-in-go/)# Объектно-ориентированное программирование в Go
Оригиналы доступны выше по ссылкам.
Переводы доступы в репозитории.* [Наследование](docs/inheritance.md)
* [Полиморфизм](docs/polymorphism.md)
* [Абстрактные классы](docs/abstract_class.md)
* [Инкапсуляция](docs/encapsulation.md)