You can eliminate all map entries that match your condition, with the help of which of the following method?

24. You can eliminate all map entries that match your condition, with the help of which of the following method?

  1. Erase_all ()
  2. Delete_all ()
  3. Delete ()
  4. RemoveAll()

Answer: D) RemoveAll()

Explanation:

You can eliminate all map entries that match your condition, with the help of the removeAll() method.


Comments and Discussions!









Copyright © 2023 www.includehelp.com. All rights reserved.