06 2021 档案

摘要:1. package zxcv; public class ColaEmployee { protected String name; protected int month; public ColaEmployee() { super(); } public ColaEmployee(String 阅读全文
posted @ 2021-06-15 21:08 刘德璞 阅读(41) 评论(0) 推荐(0)
摘要:package Qc; public class Vehicle { protected String brand; protected String color; protected double speed; public Vehicle(String brand, String color,  阅读全文
posted @ 2021-06-06 17:13 刘德璞 阅读(154) 评论(0) 推荐(0)