1.

What Are The Java’s Oop Constructs Not Supported By Scala? What Are The Scala’s Oop Constructs Not Supported By Java? What Are The New Oops Constructs Introduced By Scala, But Not Supported By Java?

Answer»

JAVA’s OOP constructs, which are not SUPPORTED by Scala:

  • There is no INTERFACE concept in Scala
  • There is no Enum concept in Scala

Scala’s OOP constructs, which are not supported by Java:

OR

The new OOPs constructs introduced by Scala, but not supported by Java:

Java’s OOP constructs, which are not supported by Scala:

Scala’s OOP constructs, which are not supported by Java:

OR

The new OOPs constructs introduced by Scala, but not supported by Java:



Discussion

No Comment Found