|
peter
Answered 12 May 2023
|
The 'params' keyword allows a method to accept a variable number of arguments of the same type. It simplifies the syntax when calling the method by allowing the arguments to be specified as a comma-separated list instead of an array.