Component references and inheritance for dotNet |
You can have a dotNet component 'A' refer to a dotNetcomponent 'B'. Such a reference allows you to use the methods and variables of 'B' in calls to 'A'. It is also possible to have a component 'C' inherit another component 'D'. This inheritance causes 'C' to contain the methods and variables of 'D' implicitly.
See also |