Since LabVIEW 8.20 provides object-oriented programming. You can create classes with inheritance and override methods. It strictly follows the dataflow paradigm!
Einführung in das objekt-orientierte Programmieren mit LabVIEW Vortrag und Workshop wurden auf der VIP 2012 gehalten und sind auf GitHub verfügbar. Diskussion im LabVIEW-Forum ist erwünscht.
Hands-On: Calculator@GitHub explains the implementation of an UPN-Calculator step-by-step.
DIMActor LabVIEW 2012 Project used to develop and maintain an actor anchestor class providing a DIM interface. It is using the LabVIEW-DIM Interface. It is published on GitHub.