• 2022-06-03
    设有如下程序结构:classBox{…};voidmain(){BoxA,B,C;}该程序运行时调用(1)次构造函数;调用(2)次析构函数。