首页题库练习题目详情
面向对象程序设计单选题中等

以下哪个选项是类型参数T的上界约束?

AT super String
BT extends String
CT implements String
DT == String