package
0.0.0-20210713222226-41d41a5571e2
Repository: https://github.com/dink10/lessons.git
Documentation: pkg.go.dev

# README

Требуется для реализации:

Базовый абстрактный класс (в нашем случаем описывающий автомобиль); Класс реализующий базовый класс. В нем есть свойство в которое мы будем подсовывать указатель на используемый двигатель (машина может работать с любым из представленных двигателей); Абстракция двигателя; Реализация двигателя.

# Functions

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author