Kotlin Mastery
Open main menu
Home
About
Daily Quiz
Login
Loading...
Functional Programming
1
What is meant by functional programming?
2
What is a higher order function?
3
What do you think of Higher Order Functions? Are there any disadvantages of using them?
4
What are Inline functions? When would you use them?
5
What will happen if an inline function's parameter has return in it?
6
When do you use noinline?
7
Can you explain what crossinline keyword means?