User | Kudos |
---|---|
3 | |
1 | |
1 | |
1 | |
1 |
I would like to make a small workind change on another suggestion found HERE.
I would like to be able to declare LVOOP classes as ABSTRACT.
One example is a spectrometer class I have developed which provides much of the needed functionality but which is not designed to actually DO anything (Get name, Set Name, GET calibration coefficients, SET calibration Coefficients and so on). At the moment I can instantiate an object of this class as with any "VALID" class which then just returns an error at run-time because the functionality is not complete.
By preventing users from (either willfully or accidentally) dropping what is essentially an abstract class onto the BD of a program we could prevent some awkward bugs.
Shane.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Declined for reasons listed here: https://forums.ni.com/ni/board/message?board.id=labviewideas&message.id=41761#M41761