1、String[]的赋值
{"","",""}不是一个String[]对象
new String[]{"","",""}是一个String[]对象
2.让类必须实现某个方法
2.1继承接口
2.2继承带有抽象方法基类