You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aass1/CarManufacturingSystem.java

33 lines
610 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

package ;
import .Car;
/**
* 鍒堕€犵郴缁熺被锛氶《灞傜郴缁燂紝绠悊姹借溅缁勮<E7BC81>娴佺▼
* @author The Administrator
* @version 1.0
* @created 26-10月-2025 14:07:38
*/
class CarManufacturingSystem {
private CarAssemblyLine assemblyLine;
public void finalize() throws Throwable {
}
/**
* 缁勮<E7BC81>绾匡紙鍒堕€犵郴缁熺殑瀛愮郴缁燂級 鏋勯€犳柟娉曪細鍒濆<E98D92>鍖栧埗閫犵郴缁燂紝鍖呭惈涓€鏉粍瑁呯嚎
*/
public CarManufacturingSystem(){
}
/**
* 鍒堕€犳苯杞︾殑鍏ュ彛鏂规硶
*/
public Car buildCar(){
return null;
}
}//end CarManufacturingSystem