class pertama (Buku)
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package buku;
/**
*
* @author ASPIRE 4752
*/
public class Buku {
private String judul;
private String penulis;
private int jumlah_halaman;
private int pilihan;
private int data_book;
public String getJudul() {
return judul;
}
...
Kamis, 31 Maret 2016
Langganan:
Postingan (Atom)