Which of the following statements about subdocuments is TRUE?
A) You cannot edit a subdocument as an independent document once it is inserted into a master document.
B) Each subdocument must be printed separately.
C) If you delete a subdocument from within a master document, it will be deleted permanently.
D) Each subdocument is stored in its own file.
D
You might also like to view...
What is the limit of the number of variable parameters that can be passed to a method that has a variable-length parameter list?
a) 5 b) 10 c) 16 d) less than 100 e) none of the above
The following program invokes p() three times. What is the printout from the last call of p()?
```
#include
What are the benefits of debugging and error handling?
What will be an ideal response?
Polymorphism permits the same method name to invoke one operation in objects of a parent class and a different operation in objects of a derived class.
Answer the following statement true (T) or false (F)