程序员.
①.、程序员在用mycat.
public class Pet {
private int weight;
private int age;
private String info;
public int getAge() {
return age;
}
public void setAge(int age) {
this.age = age;
public int getWeight() {
return weight;
public void setWeight(int weight) {
this.weight = weight;
public void showInfo() {
System.out.println(info);
public String getInfo() {
return info;
第二题:
interface Eatable{
public abstract String ebEatted();
第三题:
以上就是土嘎嘎小编为大家整理的java代码连mycat相关主题介绍,如果您觉得小编更新的文章只要能对粉丝们有用,就是我们最大的鼓励和动力,不要忘记讲本站分享给您身边的朋友哦!!