Advertisement
CHaNStar

a1

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