| Note
- A LabVIEW class cannot inherit from any of its descendants or from any classes that use the class as part of its private data. If you select a class in the All Classes in Project list that the LabVIEW class cannot inherit from, LabVIEW displays an invalid glyph next to the class.
- Avoid inheriting one concrete class from an existing concrete class. Instead, create an interface or an abstract class as the common parent to both concrete classes. If you need to define state transitions for the concrete child classes, create an abstract class as the common parent. Otherwise, create an interface as the common parent.
|