Thursday, April 25, 2024 16:30

Posts Tagged ‘optional parameters’

Optional parameters

Sunday, April 16th, 2017

When I explained functions and methods parameters, I said that we can use them to send different values that our methods and functions can use in their calculations. You should also know that methods and functions can have optional parameters, parameters with a default value, which can be skipped when calling a method or function.… Read more


Follow the white rabbit