Coddy logo
Store
Leaderboard
menu icon
Loading...Creator image

Creator

Anonymous

Object-Oriented Programming in GoLang

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.

17 Lessons

16 Challenges

Prerequisites

Save for later

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