Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php    
  2.     interface GayaHidup {
  3.         public function berbicara();
  4.         public function bernafas();
  5.         public function makan();
  6.         public function berjalan();
  7.     }
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement