Advertisement
setiyawanarif

hewan.php

Feb 24th, 2013
846
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2. class Hewan extends MakhlukHidup{
  3.     private $name;
  4.    
  5.  
  6.     public function setNama($nama){
  7.        
  8.         $this->name=$nama;
  9.     }
  10.     public function getNama(){
  11.        
  12.         return $this->name;
  13.     }
  14.    
  15.    
  16. }
  17.  
  18. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement