单项选择题子类可以继承父类的哪个成员 ( )
单项选择题下列程序的执行结果是( )。 public class Test public static void main(String args[]) byte y=4; long r=80L; System.out.println(r y);