Advertisement
setiyawanarif

makhlukhidup.php

Feb 24th, 2013
985
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.48 KB | None | 0 0
  1. <?php
  2.  
  3.  
  4. class MakhlukHidup{
  5.    
  6.    
  7. function  __construct(){
  8.     }
  9.    
  10. protected function bernafas($name){
  11.     return "<b>".$name."&nbsp;bernafas</b>";
  12.     }
  13. public  function bergerak($name){
  14.     echo  "<b>".$name."&nbsp;bergerak</b>";
  15.     }
  16.  public function makan($name){
  17.     echo  "<b>".$name."&nbsp;makan</b>";
  18.     }
  19.  public function menanggapiRangsang($name){
  20.     echo  "<b>".$name."&nbsp;Menanggapi rangsang</b>";
  21.     }
  22.  public function tumbuh($name){
  23.     echo  "<b>".$name."&nbsp;tumbuh</b>";
  24.     }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement