A destructor is a member function that

A) is used to remove old unneeded objects.
B) causes the program to end.
C) is automatically called when an object is destroyed.
D) can only be called by the main function of a program.
E) None of the above.


C) is automatically called when an object is destroyed.

Computer Science & Information Technology

You might also like to view...

Multiple inheritance opens the opportunity for a derived class to have ___________ members.

a. dynamic b. private c. public d. ambiguous e. None of these

Computer Science & Information Technology

Give an example of an HTTP URL. List the three main components of an HTTP URL, stating how their boundaries are denoted and illustrating each one from your example. To what extent is a URL location transparent?

What will be an ideal response?

Computer Science & Information Technology

In the Slide/Outline pane, pressing the ________ key will indent a bullet point to the next level

A) Tab B) Shift C) Ctrl D) Enter

Computer Science & Information Technology

Which of the following is NOT true in regard to compiling?

A) When you compile the VBA in your database, Access examines all of the VBA contained in modules or objects for errors. B) Compiling your code before running it is one way of finding errors before the execution of a VBA procedure. C) Access compiles an individual procedure after the procedure is executed. D) When you compile the VBA in your database, you can find the errors in a procedure before users stumble across them.

Computer Science & Information Technology