supertype
美
英 
例句
Entities that share some attributes, including an identifier (primary key), but not others may be modelled as having a common supertype.
一些實體具有某些共同的屬性,比如標識符(主鍵),而其他屬性不同,這些實體可能具有共同的超類型。
There aren't any templates directly registered to string, either, so check the supertype of String: java. lang. Object.
還沒有直接注冊到字符串的模板,所以選中String:java.lang.Object的父型。
In addition to the above rules, a type variable is a direct supertype of its lower bound.
對于上述規(guī)則增加一項,類型變量是其低界的一個直接超類型。
We can call this method with any kind of collection whose element type is a supertype of the element type of the array.
我們可以使用其元素類型是數(shù)組的元素類型的一個子類型的任何集合調(diào)用這個方法。
The need for using a supertype arises frequently in the Java language, especially when the Factory Method pattern is used.
使用父類的需求在Java語言中經(jīng)常出現(xiàn),特別是在使用了FactoryMethod模式的情況下。