Advertisement
imtiazaasif

customer

Apr 11th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1.  
  2. public class Customer {
  3. String name;
  4. String location;
  5.  
  6.  
  7. public void sendOrder() {
  8. }
  9.  
  10. public void receiveOrder() {
  11.  
  12. }
  13.  
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement