A. public B. 默认 C. default D. private E. protected
A. s.equals(t); B. t.equals(c); C. s==t ; D. t.equals (new String(“hello”)); E. t== c;
A. 封装 B. 抽象 C. 多态 D. 继承