Object-oriented (OO) programming has demonstrated its superiority over procedural programming for solving a variety of problems. Object-oriented design encourages cleaner interfaces between sections of code and results in code that is easier to debug and scales better for large programming teams. Object-oriented programming is the development of code in a language that enforces object-oriented design principles. This course covers the fundamental concepts of object-oriented design and programming and then demonstrates how those concepts are implemented in LabVIEW.
- Introduction
- Designing an Object-Oriented Application
- Object-Oriented Programming in LabVIEW
- Object-Oriented Tools and Design Patterns
- Reviewing an Object-Oriented Application