Component references and inheritance for dotNet

Previous Next

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.

 

 

collapseComponent refers to other component
collapseComponent inherits from other component
collapseNotes on name resolution

 

 

See also

dotNet (.NET) components