Jump to content

Abstraction

From LabVIEW Wiki
Revision as of 15:32, 30 November 2018 by Hooovahh (talk | contribs) (Created page with "Abstraction is a concept of software design which places the complexity of various parts of the application into its own self contained objects. This is mostly commonly used...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Abstraction is a concept of software design which places the complexity of various parts of the application into its own self contained objects. This is mostly commonly used on Hardware Abstraction Layers, which can allow for communicating with various hardware devices which all have common interfaces but have specific implementations.

External Links