Advertisement
Guest User

Untitled

a guest
Oct 15th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Team 8-Ball
  2. ASCII Generator 3.14
  3. creates ASCII art animals, images made from ASCII characters
  4.  
  5. Design Patterns
  6. Factory Method
  7. Adapter
  8. Chain of Responsibility
  9. Command
  10. Iterator
  11.  
  12. Structural - Adapter
  13. accesses cat class into mammal class
  14.  
  15. Behavioral - Chain of Responsibility
  16. pass one class to another for ASCII art
  17. - Command
  18.  
  19. - Iterator
  20. sequentially check each ASCII art array
  21.  
  22. volume control bad, abrupt end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement