Jump to content

LabVIEW object-oriented programming FAQ: Difference between revisions

From LabVIEW Wiki
m New page: This is a stub page for Frequently Asked Questions (FAQ) about LVOOP. Please feel free to add to the list of FAQ and answer any of the questions that have been posted. ==Why is class dat...
 
Line 13: Line 13:
==How can I create by reference objects?==
==How can I create by reference objects?==


==How can I create by active objects?==
==How can I create active objects?==


==Are there any add on tools for LVOOP?==
==Are there any add on tools for LVOOP?==

Revision as of 22:36, 13 August 2007

This is a stub page for Frequently Asked Questions (FAQ) about LVOOP. Please feel free to add to the list of FAQ and answer any of the questions that have been posted.

Why is class data private?

What are the differences between public, protected, and private class members?

Why are there no class constructor and destructor?

Are objects by value or by reference?

What does LVOOP mean?

How can I create by reference objects?

How can I create active objects?

Are there any add on tools for LVOOP?

What does the "Dynamic Dispatch" connector pane terminal setting do?

Are there any add on tools for LVOOP?