Question: Kotlin will not compile this code snippet. What is wrong?
- In order to inherit from a class, it must be marked **open**
- In order to inherit from a class, it must be marked **public**
- In order to inherit from a class, it must be marked **sealed**
- In order to inherit from a class, it must be marked **override**
Answer: The correct answer of the above question is Option A:In order to inherit from a class, it must be marked **open**