A.帶參構(gòu)造函數(shù) B.無(wú)參構(gòu)造函數(shù) C.拷貝構(gòu)造函數(shù) D.賦值重載函數(shù)
A.x(a) B.x[a] C.x一>a D.x.a
A.pb=b B.pb=&b[0] C.pb=newint D.pb=b[5]