Lines Matching full:inheritance
1398 attribute is dynamic and can change whenever the inheritance hierarchy is
1407 single inheritance, *super* can be used to refer to parent classes without
1411 The second use case is to support cooperative multiple inheritance in a
1414 single inheritance. This makes it possible to implement "diamond diagrams"
1431 classes in a predictable order that supports cooperative multiple inheritance.