Guest User

Untitled

a guest
Jun 27th, 2012
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1.  
  2. //////////////////
  3.  
  4. package the.sexist.coder
  5. {
  6. public class Carla implements IWoman
  7. {
  8.  
  9. private function _boobiesSize:String;
  10.  
  11. public function Carla():void
  12. {
  13.  
  14. }
  15.  
  16. public function boobies():void
  17. {
  18. _boobiesSize = BoobieSizeList.SMALL;
  19. }
  20.  
  21. public function get boobiesSize():String
  22. {
  23. return _boobiesSize;
  24. }
  25.  
  26. public function hasPenis():Boolean
  27. {
  28. return true;
  29. }
  30. }
  31. }
Advertisement
Add Comment
Please, Sign In to add comment