Lecture 5
7
clients
•Only method in Temperatures class is main
•No arithmetic in Temperatures.java
•class Temperatures is a client for LinearEquation, which provides services
•Bank is a client for Terminal and BankAccount
•The client knows only the API  
–application programming interface 
–whatever’s declared public in that class
–not the implementation (Java details)
•