Courses
Programming language
Explore courses by programming language.
Course type
Learn, challenge or build your portfolio in a practice-driven way.
Level of knowledge
Choose courses tailored to your level of knowledge perfectly.
Or try to search for any course. Still can't find? let us know what are you missing!
Journey
Login
Creator
Anonymous
In this course, you will learn how the concept of OOP is applied in Golang with step-by-step instructions and challenges to practice what you learn.
Prerequisites
Basics knowledge of GoLang
Introduction
Introduction
Types
Custom Types
Structs
Access Fields
Compare Structs
Slices of Structures
Struct Embedding
Recap Challenge
Methods
Method Declarations
Pointer Receiver
Recap Challenge
Interfaces
Declare an Interface
Empty Interface
Type Assertion
Type Switch
Variadic parameters
Recap challenge