University of Washington • CSE583 • D. Notkin
©
2000
60
Control constructs
l
Basic methods
–
Function call and return
–
Conditional execution
–
Looping
l
Advanced methods
–
break, continue
–
Exception handling
–
Coroutines, threads
–
…