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.

48 lines
589 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 LSP;
/**
* @author 方初阳
* @version 1.0
* @created 23-10月-2025 20:28:08
*/
class Bird {
private int age;
private String gender;
private String species;
public Bird(){
}
public void finalize() throws Throwable {
}
/**
* 楦熺被杩涢<E69DA9>琛屼负锛堟墍鏈夐笩鍏辨湁鐨勮<E990A8>涓猴級
*/
public void eat(){
}
public int getAge(){
return 0;
}
public String getSpecies(){
return "";
}
/**
*
* @param s
*/
public void setAge(int s){
}
public String toString(){
return "";
}
}//end Bird