inherit vt. 1.继承(传统、遗产、权利等)。 2.经遗传而得(性格、体质等)。 She inherits her mother's looks and her father's temper. 她继承了母亲的相貌和父亲的脾气。 Inherit a fortune 继承财产。 vi. 接受遗产;成为继承人。 Astronomy inherits from astrology. 天文学的前身是占星术。
In the java language , each new bundle will be allowed to logically inherit properties from more than one parent 不同,每个新束都被允许从多个父束中逻辑地继承属性。
A virtual inherited property can be overridden in a derived class by including a property declaration that uses the 修饰符的属性声明,可在派生类中重写虚拟继承属性。
Design reusable code so that other developers can inherit properties and methods from your control 设计可重复使用的代码,以便其他开发人员可以继承控件的属性和方法。
Each inherited property and method can be used as it is or modified for the purposes of the new class 每一个继承的属性和方法可以象原来一样使用,还可以为了新类而修改。
Specifies the order in which inherited properties appear in the command line composed by the project build system 指定在由项目生成系统所撰写的命令行中,继承的属性出现的顺序。
Overridden properties and methods are used to replace an inherited property or method that is not appropriate in a derived class 重写的属性和方法用于替换在派生类中不适合的继承的属性或方法。
If you override any property or method inherited from a com class , you must override all the other inherited properties and methods 如果要重写任何从com类继承的属性或方法,必须重写所有其他继承的属性和方法。
If you create a control to inherit properties from another control and you want to implement custom persistence , you must use a class that inherits the 如果您创建控件以从其他控件继承属性并且想要实现自定义持久性,则必须使用继承