Advertisement
CHaNStar

a1

Feb 19th, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement