Implicit invocation

When you connect two classes with a generalization realization, the base classes are implemented implicitly.

However, a generalization will not trigger base class implementation in the following cases:

  • Inheritance between two COM interfaces
  • Inheritance between two CORBA interfaces
  • Inheritance between two Java interfaces

If there are no operations or attributes to be overridden because of the current action, the Implement Base Classes window is not displayed.