InterviewSolution
Saved Bookmarks
| 1. |
What Are Variable Arguments? |
|
Answer» Variable ARGUMENTS are used to pass any NUMBER of arguments to MIXIN. It CONTAINS keyword arguments passed to the function or mixin. Variable arguments are used to pass any number of arguments to mixin. It contains keyword arguments passed to the function or mixin. |
|