|< < 40 > >|
An iterator provides access to all or some of the records in a heap or index.
We are going to model Iterator as an abstract class (to use C++ terminology).
I.e., Iterator specifies but does not implement (pure virtual) member functions: