December 2018
Intermediate to advanced
222 pages
6h 6m
English
Comments are used to make the source code easier for humans to understand the function of the program. Multi-line comments are used for large text descriptions of code. Comments are ignored by the compiler. Multi-line comments start with /* and end with */.
In the HelloWorld example, there are comments for the set and get methods:
Read now
Unlock full access