Programming in Kotlin: Functions & Custom Types, Episode 32: Sealed Classes | Kodeco

This content was released on Apr 21 2020. The official support period is 6-months from this date.

A Sealed Class is a special type of class that combine aspects of Enum Classes, class inheritance, and interfaces.


This is a companion discussion topic for the original entry at https://www.kodeco.com/8458472-programming-in-kotlin-functions-custom-types/lessons/32