Jump to content

LVCLASS File Extension: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Update links and categories
Line 1: Line 1:
The '''LVCLASS File Extension''' (''*.lvclass''), or <u>L</u>ab<u>V</u>IEW <u>Class</u> Library, is a special form of [[LabVIEW Project Library]] file that defines a new data type. LabVIEW classes define data associated with an object, as well as the methods that define the actions you can perform on the data. The benefits of [[Encapsulation|encapsulation]] and [[Inheritance|inheritance]] allow you to create modular code that is easy to change without affecting code throughout the application. See [[LabVIEW Classes]].
The '''LVCLASS File Extension''' (''*.lvclass''), or <u>L</u>ab<u>V</u>IEW <u>Class</u> Library, is a special form of [[LabVIEW Project Library]] file that defines a new data type. LabVIEW classes define data associated with an object, as well as the methods that define the actions you can perform on the data. The benefits of [[Encapsulation|encapsulation]] and [[Inheritance|inheritance]] allow you to create modular code that is easy to change without affecting code throughout the application. See [[LabVIEW Classes]].


==See Also==
==See also==
*[[LabVIEW Project Library]]
*[[LabVIEW Project Library]]
*[[Object oriented software|Object-Oriented Programming]]
*[[Object-oriented programming]]


[[Category:LabVIEW file extensions]]
[[Category:LabVIEW file extensions]]
[[Category:Object-Oriented Programming]]

Revision as of 15:00, 2 April 2020

The LVCLASS File Extension (*.lvclass), or LabVIEW Class Library, is a special form of LabVIEW Project Library file that defines a new data type. LabVIEW classes define data associated with an object, as well as the methods that define the actions you can perform on the data. The benefits of encapsulation and inheritance allow you to create modular code that is easy to change without affecting code throughout the application. See LabVIEW Classes.

See also