Source
| Entry | Meaning / Description |
|---|---|
| function | a standalone block of code that can be called independently |
| method | function, that belongs to an object or a class |
Source
| Entry | Meaning / Description |
|---|---|
| function | a standalone block of code that can be called independently |
| method | function, that belongs to an object or a class |