中英互译
derived class
基本释义
- 派生类:面向对象编程中从另一个类派生出来的类,继承了基类的属性和方法,并可以添加自己的属性和方法。
双语例句
- Create a derived class inherited from the predefined grammar class.创建一个从预定义grammar类继承而来的派生类。
- Suppose you have a derived class D whose base class B has implemented some interfaces.假设有个类型D,它的基类B实现了某些接口。
- Setting them again for each derived class is a waste, since they would be available anyway by inheritance.为每个派生类再次设置这些属性是一种浪费,因为通过继承它们就会拥有这些属性。
网络短语
- most derived class最末层衍生类别;派生类;最底层的派生类;最末层衍生种别
- protected derived class保护派生类
- derived class object派生类对象
- public derived class公有派生类;公用派生类
- private derived class派生类称为私有派生类