九月二十一的Java

public class Dog {

String breed;

int size;

String colour;

int age;

void eat() { }

void run() { }

void sleep(){ }

void name(){ }

}

posted @ 2021-09-21 21:19  马冉冉  阅读(34)  评论(0)    收藏  举报