Login
Remember
Register
Ask a Question
Explain the use of extension functions
0
votes
asked
Oct 5, 2021
in
Kotlin
by
rajeshsharma
Explain the use of extension functions
extension-functions
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 5, 2021
by
rajeshsharma
Extension functions are beneficial for extending class without the need to inherit from the class.
...