Template Class
A template class describes a “family” of classes on the basis of formal parameters
each class is specified by binding the parameters with actual values
Alternative 1:
Array<Point,3>
Alternative 2:
ListOfPoints
«bind» (Point,3)
Previous slide
Next slide
Back to first slide
View graphic version