Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class Customer:
  2. // functions that the Customer can perform
  3. //attributes of the Customer
  4. define waitEmployee
  5. define signContract
  6. CreditScore []
  7. CarRecord []
  8. class Employee:
  9. //functions that the Employee can perform
  10. define checkCredit
  11. define checkCarRecord
  12. define checkCarAvailability
  13. class Car:
  14. //attributes of the Car
  15. Availability
  16. CarType
  17. class Contract:
  18. Signed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement