Beispiel #1
0
 /// <summary>
 /// Khởi tạo giá trị phương tiện sẽ sản xuất là xe máy
 /// </summary>
 public SanXuatXeMay()
 {
     phuongTien = new PhuongTien("Xe máy");
 }
Beispiel #2
0
 public SanXuatXeHoi()
 {
     phuongTien = new PhuongTien("Xe hơi ");
 }
Beispiel #3
0
 /// <summary>
 /// Khởi tạo giá trị sản xuất là xe đạp
 /// </summary>
 public SanXuatXeDap()
 {
     phuongTien = new PhuongTien("Xe đạp ");
 }