In scala, how class be final and abstract

58 views Asked by At

I am a Java Developer with a light background in Scala.

I was exploring Scala code on github, where I find the Long class is final and abstract; in Java AFAIK, this is impossible (Why can't a Java class be both abstract and final).

So, My question is, How this works in Scala?

0

There are 0 answers