Please answer the following questions to see whether you have successfully mastered this chapter:
- Does Kotlin allow string interpolation?
- What is a nullable variable/argument in Kotlin and how do you define one?
- What is explicit casting?
- What are object expressions and object declarations?
- What is a companion object?
- What is an infix function?
- Can a variable define inside a local function accessed by an enclosing function?