Scala / Scala interview questions
What is a Function in Scala?
Functions are expressions that take parameters and sometimes no parameters.
You may define an anonymous function (without a name) that returns a given integer plus five.
(y: Int) => y+5
In the above example, left of the => operator is the list of parameters and on the right is the expressions based on parameters.
Functions can have names as well.
val myFunc = (y: Int) => y+5 println(myFunc(2)) //prints 7
Multiple parameters are specified in a comma-separated list and when it takes no parameters, use empty open/close parenthesis.
val getPI = () => 3.14 println(getPI()) // prints 3.14
Functioons is Scala is similar to Lambda expressions in Java 8.
Dogecoin
! Earn free bitcoins up to $250 now by signing up.
Earn bitcoins upto $250 (free), invest in other Cryptocurrencies when you signup with blockfi.
Use the referral link: Signup now and earn!
Using BlockFi, don't just buy crypto - start earning on it. Open an interest account with up to 8.6% APY, trade currencies, or borrow money without selling your assets.
Join CoinBase
! We'll both receive $10 in free Bitcoin when they buy or sell their first $100 on Coinbase! Available in India also.
Use the referral Join coinbase!
Invest now!!! Get Free equity stock (US, UK only)!
Use Robinhood app to invest in stocks. It is safe and secure. Use the Referral link to claim your free stock when you sign up!.
The Robinhood app makes it easy to trade stocks, crypto and more.
Webull
! Receive free stock by signing up using the link: Webull signup.
More Related questions...