0 votes
in Scala Constructs by
Explain how Scala is both Functional and Object-oriented Programming Language?

1 Answer

0 votes
by

Scala treats every single value as an Object which even includes Functions. Hence, Scala is the fusion of both Object-oriented and Functional programming features.

...