85. virtual destructors must be used when:
(A) The constructor in the base class is virtual.
(B) delete is used on a base-class pointer that points to a derived-class object.
(C) delete is used on a derived-class object.
(D) Every member function of the base class is virtual .
(E) Every data member of the base class is virtual .
詳解 (共 1 筆)
未解鎖
題目解析 這題的重點在於了解虛擬析構函數...