Skip to content

Varargs is a feature in Kotlin that allows you to pass a variable number of arguments to a function. The syntax for declaring a vararg parameter is to put vararg in front of the parameter type.

License

Notifications You must be signed in to change notification settings

VaibhavMojidra/Kotlin---Demo-Varargs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotlin Demo Varargs

Varargs is a feature in Kotlin that allows you to pass a variable number of arguments to a function. The syntax for declaring a vararg parameter is to put vararg in front of the parameter type.


Vaibhav Mojidra - 1.jpeg

About

Varargs is a feature in Kotlin that allows you to pass a variable number of arguments to a function. The syntax for declaring a vararg parameter is to put vararg in front of the parameter type.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages