Advertisement
setiyawanarif

override.php

Feb 25th, 2013
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2. //this simple learning script php about class and inhiritance
  3.  
  4. include 'makhlukhidup.php';
  5. include 'tumbuhan.php';
  6.  
  7.  
  8. $tumbuhan= new Tumbuhan();
  9.  
  10. echo $tumbuhan->menanggapiRangsang("&nbsp;overriding method");//method override
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement