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?