uses vs. invokes
These relations often but do not always coincide
Invocation without use: name service with cached hints
Use without invocation: examples?
ipAddr := cache(hostName);
if not(ping(ipAddr))
ipAddr := lookup(hostName)
endif
Previous slide
Next slide
Back to first slide
View graphic version