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.
We'll cover the following
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 1400+ tech skills courses.