相关代码 |
|
class MyDate{ public int year, month, day; public int getYear(){ return(100); } } class Test1{ public static void main(String args[] ){ Test1 t=new Test1(); MyTest m=new MyTest(); t.tt(m); } void tt(MyTest t){ MyDate d=t.getMyDate(); int year= d.getYear( ); System.out.println( year ); } }
相关资源 |
|