You are on page 1of 1

- Parse: convert string to int

- You can define the same function one with different paramaters, the compiler w
ill use the proper function according to the paramters introduced
- You specify that a parameter is optional when you defie a method by providing
a default value for the parameter.

You might also like