Advertisement
yoshoo

Untitled

Aug 22nd, 2019
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <?php
  2.  
  3. class Mobil {
  4. public $nama,
  5. public $merk,
  6. public $warna,
  7. public $kecepatanMaksimal,
  8. public $jumlahPenumpang
  9.  
  10. public function tambahKecepatan () {
  11.  
  12. }
  13.  
  14. public function kurangiKecepatan() {
  15.  
  16. }
  17.  
  18. public function gantiTranmisi() {
  19.  
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement