Kelas
- contoh :-
# nama kelas
class vehicle{
}
Objek
- contoh :-
# objek $vehicle dibina
$vehicle = new vehicle;
Kaedah (method)
- contoh :-
class vehicle{
# ini adalah method/kaedah
# letak didalam kelas
public function showPrice(){
}# tutup method
}#tutup kelas
ada byk lagi selepas ni.. akan diupdate kemudian hari.. tp kite akan terus ke bab yg seterusnya..
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment