Is there equivalent of extends T>, super T> in C++?
extends T>
super T>
Also, does extends T>,
To answer your second question: yes. As far as generics is concerned, interfaces are treated the same as real classes.
I'll leave the first question to the more C++-savvy people.