星期一, 12月 05, 2005

Lab 12-5-2005 (2) Overloading

Step 1. Do Display 4.11 (4.9, 1st ed.) and use Display 4.12 (4.10 1st ed.) to call 4.11. (4.9 1st ed.)

Step 2.

Add two method definitions
public void setMonth(int month)
public void setMonth(String month)

Step 3.

Use Display 4.12
and change the codes in yellow shaded area as
date1.setDate(1,2,2007);
date1.setMonth(3);
date2.setDate("Feb",2,2007);
date2.setMonth("Apr");
date3.setDate(2007);

Step 4. Show the results of your program execution.

9 則留言:

GG 提到...

電子二丙 林敬凱 9326323
OK

Aclose 提到...

9326311 電子二丙 余幸娟
呼...還以為跑不出來...出的點小問題

winni 提到...

9326230 電子二乙 張惠雯
DateSixthTry

小印 提到...

9326149 電子二甲 朱衍印

ceochu 提到...

電子三乙 9226262 朱政宏

HAVE ONE`S WAY 提到...

電子二乙
柯佑霖
9326247
Lab 12-5-2005 (2) Overloading

一朵停在人體的花 提到...

電子四乙9126266莊傑迪

完成

林鉦凱 提到...

http://9226335.blogspot.com/2005/12/lab-12-5-2005-2-overloading.html

Xabier Adada 提到...

電子三丙 9226348 簡宏達
補作完成
http://s9226348.blogspot.com/2005/12/display-411-overload.html