Quote:
Originally Posted by Joe Ross
Due to the fact that dataflow programming is a different paradigm then object oriented programming, it can often be harder for someone who already knows a textual language to transition to LabVIEW then for a beginner to pick up LabVIEW from scratch. It sounds like you might have had that issue.
|
Just a small correction - I think the best comparison to make (and feel free to correct me) is that LabVIEW is a
dataflow language, and C++/Java are
imperative languages.
All of them can be used to write in an object-oriented fashion, though doing so in a dataflow language may feel extremely different.