
21 Jul
2008
21 Jul
'08
7:47 a.m.
Barco You wrote:
In Adobe example the function: void reverse_and_print(any_iterator_to_int first, any_iterator_to_int last) is not virtual funciton!
The task at hand called for "fixed signature". Since the types are concrete whats keeping you from using them in a virtual function?
The task at hand: pass a list of objects through a function call with fixed signature (such as a virtual function) without exposing the actual container type used.
--John