0
methods and modules
I know it seems a little ridiculous but I'm a bit confused what's the difference between methods and modules ?
1 Resposta
+ 3
A method is a function which will (usually) take some arguments as input and will so something with them, and give an output.
A module is a library which will contain lots of methods.