Class extends Something>
Here\'s my interpretation, it\'s class template but the class ? means the name of the class is undetermined and it exte
You're correct.
However usually you will want to name the class that extends Something and write e.g. . If you use ? you can't do anything with the given type later.
?