1 | Code is written in a fixed-width, bold yellow font |
2 | Within a code segment, an italicized word denotes a name to be chosen by the programmer |
3 | In the text, we often give a method's signature, while omitting the method body. Thus we write: public void paint( Graphics g ); which tells you everything you need to know to use method paint(...), but (intentionally) says nothing about how it is implemented |