public Mobil() { //hubungan Compositition mesin = new Mesin(); mesin.Type = "INLINE"; }
public Mobil() { //hubungan Komposisi mesin = new Mesin(); mesin.Type = "INLINE"; }
public Mobil() { mesin = new Mesin(); mesin.Type = "INLINE"; }