Conclusion

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

Congratulations! You’ve learned a lot about function parameters in this lesson.

You’ve learned about passing parameters, and how to pass one, multiple and a variable number of them. You’ve seen how to use named and default parameters. Finally, you’ve learned how to return a value from a function and use shorter syntax for returning values.

You can now write a single function and reuse it with different parameters, making your Kotlin code more concise.

See forum comments
Download course materials from Github
Previous: Demo Next: Quiz: Function Parameters and Named & Default Arguments