Advertisement
sri211500

Untitled

Feb 25th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2. class SuaraHewan
  3. {
  4. public $suara;
  5.  
  6. public function tipe()
  7. {
  8. $suara = $this->suara;
  9. switch ($suara)
  10. {
  11. case 'padi': return 'Omnivora';
  12. case 'Ayam': return 'Karnivora';
  13. case 'Rumput': return 'Herbivora';
  14. }
  15. }
  16. }
  17. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement