In how many ways templates concept can be used?
In how many ways templates concept can be used? Correct Answer 2
Template concept can be used in two different ways. They are function templates used with functions and class templates used with classes.