Advertisement
setiyawanarif

tumbuhan.php

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