Please enable JavaScript to view this site.

DAQFactory User's Guide

Navigation: 5 Sequences & Scripting > 5.20 Object Oriented Programming

5.20.1 Introduction

Scroll Prev Top Next More

DAQFactory supports a reasonable implementation of object oriented programming.  You can create objects containing member variables and functions, derive them from other objects, and of course instantiate them.  So in OOP terms, it supports inheritance, and polymorphism, encourages modularity, but does not have strong encapsulation features as members are all publicly viewable.