Rofihimam

Untitled

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