?Which of the following is an advantage of embedding an object?
A. ?The changes made to an object in the source file do not appear in the destination file.
B. ?A connection always exists between an embedded object and its source file.
C. ?A copy of the object along with a link to the source program become part of the destination file.
D. ?The size of the destination file reduces because of the embedded object.
Answer: C
You might also like to view...
To display the page number in a report you can add an unbound text box control and enter ____.
A. =(Page) B. =[Page] C. =Page() D. =Page
A report that describes a request that has passed through analysis and various implementation options is presented to which of the following choices?
A. The CEO B. The project manager C. The Configuration Control Board (CCB) D. The developer
Which of the following classes are predefined in C++?
A. runtime_error B. overflow_error C. underflow_error D. exception E. bad_exception
A function consists of two parts: a function ____________ and a function ____________.
Fill in the blank(s) with the appropriate word(s).