语言选择:
免费网上英汉字典|3Dict

base class

资料来源 : Free On-Line Dictionary of Computing

base class
     
         (Or "superclass") The {class} from which another
        class (a "subclass") inherits.
     
        "base class" is the term used in {C++}.  The term "superclass"
        is perhaps confusing since objects of the subclass have a
        superset of the fields of objects in the superclass.
     
        See {inheritance}.
     
        (1996-08-04)
依字母排序 : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z