Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. package pac1;
  2.  
  3. public class Telephone {
  4. Operator operator;
  5. }
  6.  
  7. public class Operator {
  8. Client client;
  9. }
  10.  
  11. public class Client {
  12. Telephone telephone;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement