Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- interface GayaHidup
- {
- public function berbicara($makhluk_hidup);
- public function bernafas($makhluk_hidup);
- public function makan($makhluk_hidup);
- public function berjalan($makhluk_hidup);
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment