1 / 5

Pemrograman Berorientasi Objek 1

Pemrograman Berorientasi Objek 1. Arfansyah , M.Kom. Keterangan Diagram UML : Simbol – artinya private Simbol + artinya public Simbol # artinya protected Garis vertical artinya INHERITANCE ( pewarisan ) Class Mahasiswa adalah class induk (Base Class / Parent Class)

urbain
Download Presentation

Pemrograman Berorientasi Objek 1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PemrogramanBerorientasiObjek 1 Arfansyah, M.Kom

  2. Keterangan Diagram UML : • Simbol – artinya private • Simbol + artinya public • Simbol # artinya protected • Garis vertical artinya INHERITANCE (pewarisan) • Class Mahasiswaadalah class induk (Base Class / Parent Class) • Class Biayaadalah class turunan (Derived Class) • HitungBiaya (JlhSks : Integer) : Integer • Nama member Function : HitungBiaya. • Parameter Input : JlhSksdengantipe data Integer • Member Function mengembalikannilai double

  3. BuatlahSebuah Program PembayaranBiayaKuliahMahasiswa :

  4. Dimana : • JurusanManajemenInformatika : • BPP = 1500000 : RpPerSKS = 90000 • JurusanTeknikKomputer : • BPP = 1400000 : RpPerSKS = 85000 • JurusanKomputerisasiAkuntansi : • BPP = 1300000 : RpPerSKS = 80000 • JurusanSistemInformasi : • BPP = 1200000 : RpPerSKS = 75000 • JurusanTeknikInformatika : • BPP = 1100000 : RpPerSKS = 70000

More Related