Go Tutorial - INTERFACES

Опубликовано: 15 Февраль 2021
на канале: Esoteric Tech
4,127
213

Go Interfaces are the topic of this tutorial. This is part one of a 4 part series on Go interfaces.

Interfaces are a cause of confusion for a lot of new Golang developers. You can think of an interface as a set of actions you need a type to be able to perform. You define an interface type using the interface keyword, followed by curly braces containing a list of method names, along with any parameters or return values the methods are expected to have.

Watch this video to hear interfaces explained using a detailed analogy and coding example!


⏲ TIMESTAMPS ⏲

00:00 Intro
01:00 Interfaces Definition
01:20 Job Description Analogy
05:28 Coding Example


На этой странице сайта вы можете посмотреть видео онлайн Go Tutorial - INTERFACES длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Esoteric Tech 15 Февраль 2021, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 4,127 раз и оно понравилось 213 зрителям. Приятного просмотра!