Methods inheritance

According to the scope feature in interface, the Methods or Events can be inherited as Private, Override, or Published.

The Private methods and events are intended for use within the descendant component only. Methods and Events selected as Override or Published automatically appear in the descendant component. Let us assume that a chosen ancestor component has a method M. The inheritance process requires an interface to be created. The following options (values of MethodScope) that are available for the ancestor's method M in the interface.

Figure 1. Methods inheritance