What is the use of the open keyword in Kotlin?
open
The open keyword is used to indicate that a variable is always null.
The open keyword is used to specify a class as abstract.
The open keyword is used to allow a class or function to be subclassed or overridden.
The open keyword is used to declare a variable as mutable.