Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Because pointer arithmetic does not take account of polymorphism, a major problem with arrays is that they do not interact well with polymorphism Stroustrup 06, Meyers 06 as the following example illustrates:

...