Login
Remember
Register
Ask a Question
Which is a subclass of all classes?
0
votes
asked
Aug 13, 2022
in
Scala - The Diatonic Syallable
by
AdilsonLima
Which is a subclass of all classes?
a. AnyVal
b. AnyRef
c. Method
d. Null
scala
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 13, 2022
by
AdilsonLima
Correct answer :- Null
Null in Scala Standard library. The question is a bit incorrect - Null is a subtype of every type except those of value classes
...