A.ClassX::operator Type(Type t){… return Type_Value;} B.friendClassX::operator Type(){… return Type_Value;} C.Type ClassX::operator Type(){…return Type_Value;} D.ClassX::operator Type(){… return Type_Value;}
A.該類類型到參數(shù)類型 B.參數(shù)類型到該類類型 C.參數(shù)類型到基本類型 D.類類型到基本類型
A.構(gòu)造函數(shù) B.析構(gòu)函數(shù) C.成員函數(shù) D.友員函數(shù)