Which class is the super-class of all classes in Scala?

🎲 Try a Random Question  |  Total Questions in Quiz: 94  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Scala Practice Test Questions — practice the complete quiz, review flashcards, or try a random question.

Scala is a strong statically typed high-level general-purpose programming language that supports both object-oriented programming and functional programming. Designed to be concise, many of Scala's design decisions are aimed to address criticisms of Java.
 

Scala is most commonly used by data engineers along with Apache Spark to process large amounts of data smoothly and efficiently. Since Scala runs on JVM, Java and Scala stacks are seamlessly integrated.


Which class is the super-class of all classes in Scala?