Factory Pattern |
尚未結案
|
BorlandUser
中階會員 發表:148 回覆:217 積分:73 註冊:2004-02-19 發送簡訊給我 |
我想問下Factory Pattern 係會return個object如. Class A
{
...
} Class a extend Class A
{
...
} ManagerClass MC
{
...
public A CreateObject(int status)
{
if (int == 0)
return new A;
if (int == 1)
return new a;
} ** Here is the Question **
剛才的句子應該就是factory patten的方法,但我想問下,createobject 的return value 係class A,咁如果class a有一些class A 無的method,咁當佢return出來的object,還可以用到class a的method或是只能夠用到class a和class A共用的method呢? 因為我之前聽講好似話如果用一個母class去做parameter去接一些子class的object,那麼這個parameter就只能用母class和子class共有的method,這樣對嗎?
|
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |