| 1. | There are two types of inheritance : single and multiple 有两种继承:单一继承和多重继承。 |
| 2. | Only single inheritance is allowed in j J #中只允许单一继承。 |
| 3. | This representation is larger than that required for single inheritance 此表示形式比单一继承需要的表示形式大。 |
| 4. | Declares single inheritance 声明单一继承 |
| 5. | Supporting single inheritance only with additional support for interfaces ,仅当具有对接口的附加支持时才支持单一继承) 。 |
| 6. | Therefore , if you always use single - inheritance classes , you can reduce code size by compiling with 因此,如果总是使用单一继承类,则可以通过用 |
| 7. | This distinction is important because java only supports single inheritance with respect to implementation 这种差别十分重要,因为对于实现, java只支持单一继承。 |
| 8. | If your component cannot derive from one of the base implementations due to single inheritance , implement 如果由于单一继承导致无法从其中一个基实现派生组件,则请实现 |
| 9. | Specifies the most general representation of a pointer to a member of a class to be one that uses either no inheritance or single inheritance 指定指向类成员的指针的最通用表示形式为不使用继承或使用单一继承的表示形式。 |
| 10. | Some of those features directly conflict with each other , like java s single inheritance model and c s multiple inheritance model , for example 这几种语言中甚至有许多特性是互相矛盾的。例如java只支持单一继承,而c + +则可以有多个父类。 |