class Foo { private Foo() { } void print(){ System.out.println("Foo"); } }
构造函数一般是用来初始化
声明为private没实际意义