Overview:
This VI shows how to implement LabVIEW Object Oriented Programming.
Description:
In this example, we are dealing with a "Car" Class which can contain many different types of sub-classes (In this case, "Honda" and "Toyota")
Because these sub-classes inherent from the Car Class, the application can be built much more efficiently by creating common methods and class specific methods. For example, any car can be turned on, but perhaps only one specific type of car has power steering or heated seats.
Requirements:
LabVIEW Base Development System 2012 (or compatible)
Steps to Implement or Execute Code:
1. Run the VI.
2. Modify the controls to compare the behavior.
Additional Information or References:
**This document has been updated to meet the current required format for the NI Code Exchange.**