June 2025
Intermediate to advanced
1093 pages
33h 24m
English
ResultThe result of an expression can be reused.
Side effectA side effect occurs when an expression not only provides a result but also makes further changes to the state of the computer.
OverloadingMultiple functions with the same name, which the compiler distinguishes based on different types of parameters.
LiteralA concrete value directly written in the source code.
ParenthesesUse them to group sub-expressions within expressions.
Function callThe function name is followed by parentheses containing the list of arguments.
Index accessWhen accessing an index, you use square brackets […] to access an element among several similar ones.
AssignmentAn expression with the left side ...
Read now
Unlock full access