日韩欧美亚洲 _ 欧美亚洲一区 _ 日本亚洲欧美 _ 亚洲精品欧美 国产白袜脚足J棉袜在线观看_亚洲熟妇av一区二区三区_久久天天躁狠狠躁夜_精品众筹模特私拍在线

單項(xiàng)選擇題

Given the uncompleted code of a class:    
class Person { 
String name, department;    
int age; 
public Person(String n){ 
name = n;
} 
public Person(String n, int a){ 
name = n; 
age = a; 
} 
public Person(String n, String d, int a) { 
// doing the same as two arguments version of constructor    
// including assignment name=n,age=a    department = d;    
}    
} 
Which expression can be added at the "doing the same as..." part of the constructor?() 

A. Person(n,a);
B. this(Person(n,a));
C. this(n,a);
D. this(name,age);

微信掃碼免費(fèi)搜題