Contents Up << >>

What is a "parameterized type"?

Another way to say, "class templates."

A parameterized type is a type that is parameterized over another type or some value. List<int> is a type ("List") parameterized over another type ("int").