Ask Question
23 January, 15:02

What is an iterator and why is it useful for ADTs?

+5
Answers (1)
  1. 23 January, 16:46
    0
    Iterator is the element that used for transversing of any container by the user. This provides the facility to user to process any constituent belonging to the container and storage of these elements can be in any form.

    This situation takes place under the isolation condition of the user from the container's internal model. Abstract data types use iterators for the maintenance of the transversal of the data structure.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What is an iterator and why is it useful for ADTs? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers