C# Default Parameter Value

Default Parameter Value

You can also use a default parameter value, by using the equals sign (=).

If we call the method without an argument, it uses the default value (“Norway”): Continue reading C# Default Parameter Value