You have a class that many libraries depend on. You need to modify the class
for one application. Which of the following changes require recompiling all
libraries before it is safe to build the application?
a. add a constructor
b. add a data member
c. change destructor into virtual
d. add an argument with default value to an existing member function
g*********s 发帖数: 1782
2
c.
class
all
【在 c***g 的大作中提到】 : You have a class that many libraries depend on. You need to modify the class : for one application. Which of the following changes require recompiling all : libraries before it is safe to build the application? : a. add a constructor : b. add a data member : c. change destructor into virtual : d. add an argument with default value to an existing member function