Assume array of 5 dynamic objects has been created (dynarrObj[5]). Which of the following is the correct way to deallocate the object which resides in the 2nd location of the array. Select one:...


Assume array of 5 dynamic objects has been created (dynarrObj[5]).<br>Which of the following is the correct way to deallocate the object which resides in the 2nd location of the array.<br>Select one:<br>a.deletel] dynarrObj;<br>O b.delete dynarrObj[2];<br>c.delete[1] dynarrObj;<br>d.delete dynarrObj[1];<br>

Extracted text: Assume array of 5 dynamic objects has been created (dynarrObj[5]). Which of the following is the correct way to deallocate the object which resides in the 2nd location of the array. Select one: a.deletel] dynarrObj; O b.delete dynarrObj[2]; c.delete[1] dynarrObj; d.delete dynarrObj[1];

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here