In C++, a virtual destructor is invoked whenever a virtual constructor was used to create the object.

What will be an ideal response?

False The keyword virtual cannot be applied to a constructor. There is a
virtual constructor idiom.
There are very necessary virtual destructors.
>> Same story. Not in text. Have to cut

Computer Science & Information Technology

You might also like to view...

As part of the process of conducting a business impact analysis (BIA), you document the device name, operating system or platform version, hardware requirements, and device interrelationships of all devices. Which step of the BIA are you performing?

A. Identify critical processes and resources. B. Identify resource requirements. C. Identify outage impacts, and estimate downtime. D. Identify recovery priorities.

Computer Science & Information Technology

Run the following commands on one command line so that they do not terminate when you logout. What command line did you use?

find / -inum 23476 -print > all.links.hard 2> /dev/null find / -name foo -print > foo.paths 2> /dev/null

Computer Science & Information Technology