Nama:: Dicksena Sesarani
NIM:: 09410100027
MK:: Pemrograman Berorientasi Obyek (Pertemuan ke-3 ~ 2010/09/14)
Dosen:: Teguh Sutanto, S. Kom., MCP
PTS:: STIKOM Surabaya
MK:: Pemrograman Berorientasi Obyek (Pertemuan ke-3 ~ 2010/09/14)
Dosen:: Teguh Sutanto, S. Kom., MCP
PTS:: STIKOM Surabaya
- Operation terdiri dari:
- Implementer
- Access
- Manager
- Helper
- Dan terdiri dari 3 attribute:
- Nama operator
- Parameter
- Retur type
- Nama lain "Operation" ada 4:
- Method
- Procedure
- Function
- Sub-Program --> jarang digunakan
contoh:
* void System.out.println ("Hello")
-> void : return value
-> println : nama operator
* Sloat random = math.random ();
-> (Sloat <- math) : return type
-> random : nama
Parameter bisa LEBIH dari 1, cth:
* int tambah (int a, int b)
-> (int a, int b) : parameter