public class Test{
public static void main (Strong args[]){
Tomorrow cat =new Tom();
}
}
class Tom{
void Tom(){
System.out.println("ok");
}
Tom(int m){
System.out.println("您好”);
}
}