Does anyone know the syntax for declaring a generic which extends a class Hence, if I want to return a generic property which extends a class named "Container", how would I write this The Java equivalent is "< extends Container>"Any suggestions would be great.Thanks!

Generics and extending a class
Muhsin Zahid U&#287;ur
Hello,
What you exactly mean by extending a class Can you describe more clearly
Thank you