Objects Expressions and Declarations

Explore the concept of objects in Kotlin, including object expressions and declarations, and learn how they are used to create unique instances.

Introduction to objects

An object is an instance of a class, and one common method of creating objects is using constructors:

Get hands-on with 1200+ tech skills courses.