0 votes
in Scala Constructs by

Which of the following are the key concepts of Functional Programming 

a. Immutability b. Pure functions c. Inheritance d. Referential Transparency .

1 Answer

0 votes
by

a,b,d

 Immutability, Pure functions and Referential Transparency are the key concepts of Functional Programming

...