Introduction to OOP: Chapter 15 : Case Study: Container Classes [next] [previous] [audio] [real] [text]

Strong Typing versus Containers

Strong typing is useful in programming languages because it helps in the rapid discovery of programming errors.

But strong typing would seem to get in the way of developing useful, reusable collection (or container) classes.

Intro OOP, Chapter 15, Slide 2