Introduction
In the previous lesson, you learned the properties of Kotlin objects and how to use them to solve specific problems. You also learned how to use them to initialize the class.
In this lesson, you’ll learn more about class initialization, constructors, and initializers. By the end of a lesson, you’ll be able to:
- Describe the purpose of a constructor.
- Explain the purpose of a secondary constructor.
- Define the purpose of an initializer block.