填空题 有如下定义:
class MA
int value;
public:
MA(int n=0): value(n)
;
MA *ta, tb;
其中MA类的对象名标识符是______。

  • 1、
【正确答案】 1、tb    
【答案解析】