what is the difference between an external


What is the difference between an external iterator and an internal iterator?

Ans) An internal iterator is executed with member functions of the class that has items to step through. .An external iterator is executed as a separate class that can be "attach" to the object that has items to step through. .An external iterator has the benefit that many difference iterators can be active concurrently on the similar object.

 

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: what is the difference between an external
Reference No:- TGS0263499

Expected delivery within 24 Hours