Question: All classes in Kotlin inherit from which superclass?

  1. `Default`
  2. `Super`
  3. `Any`
  4. `Object`

Answer: The correct answer of the above question is Option C:`Any`