CONV16-Label usage |
Top Previous Next |
Label usage (CONV16)
This list contains all labels that are used in the source code. Labels define jump-locations for a goto statement. Usage of labels and goto-statements is considered as a bad thing, which is most often not needed in modern object-oriented programming. There are situations though, when a label may be the right choice.
See also:
|