0 votes
in Scala Constructs by

Does Scala support all Functional Programming concepts? Does Java 8 support all Functional Programming concepts?

1 Answer

0 votes
by

Yes, Scala supports all Functional Programming (FP) concepts. Java 8 has introduced some Functional Programming constructs, but it does NOT support all Functional Programming concepts. For instance, Java 8 does not support Pattern Matching, Function Currying, Implicits etc.

Related questions

+1 vote
asked Sep 12, 2022 in Scala Constructs by Robin
0 votes
asked Sep 12, 2022 in Scala Constructs by Robin
...