| 释义 |
single inheritance single inheritanceThe property of an object-oriented language which restrictsa sub-class to be derived from only one parent. Opposite ofmultiple inheritance.single inheritanceIn object-oriented programming, a class that has no more than one parent. Contrast with multiple inheritance. |