Which of the following method removes all items and returns an array of them?

31. Which of the following method removes all items and returns an array of them?

  1. Pop()
  2. Remove()
  3. Delete
  4. RemoveAll()

Answer: B) Remove()

Explanation:

Remove method removes all items and returns an array of them.

Comments and Discussions!

Load comments ↻






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