Concept Flow - Optional parameters
Call method with all arguments
Use provided values
Return
Call method with missing optional arguments
Use default values for missing args
Return
When calling a method, you can skip some arguments if they have default values. The method uses those defaults automatically.