<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://labviewwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=Method_%28object-oriented_programming%29</id>
	<title>Method (object-oriented programming) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://labviewwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=Method_%28object-oriented_programming%29"/>
	<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Method_(object-oriented_programming)&amp;action=history"/>
	<updated>2026-05-08T11:33:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Method_(object-oriented_programming)&amp;diff=12311&amp;oldid=prev</id>
		<title>Logmanoriginal: Add new page</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Method_(object-oriented_programming)&amp;diff=12311&amp;oldid=prev"/>
		<updated>2020-04-03T08:06:59Z</updated>

		<summary type="html">&lt;p&gt;Add new page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In [[object-oriented programming]], a &amp;#039;&amp;#039;&amp;#039;method&amp;#039;&amp;#039;&amp;#039; is a function that belongs to a [[class (object-oriented programming)|class]] and acts upon [[object (object-oriented programming)|object]]s of that class.&lt;br /&gt;
&lt;br /&gt;
==Methods in LabVIEW==&lt;br /&gt;
&amp;lt;q&amp;gt;LabVIEW distinguishes between two types of methods: dynamic methods and static methods. A static method is a simple [[subVI]] call, which LabVIEW has had since its inception. A method is called &amp;quot;static&amp;quot; because the subVI node always calls the same subVI. In contrast, a dynamic method is a set of VIs. A dynamic subVI node uses [[dynamic dispatching]] to call one of the VIs in the set, but exactly which one is not known until run time.&amp;lt;/q&amp;gt;&amp;lt;ref&amp;gt;[https://www.ni.com/en-us/support/documentation/supplemental/06/labview-object-oriented-programming--the-decisions-behind-the-de.html LabVIEW Object-Oriented Programming: The Decisions Behind the Design] by National Instruments&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The accessibility of methods in LabVIEW is defined by their [[access scope]].&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Object-Oriented Programming]]&lt;/div&gt;</summary>
		<author><name>Logmanoriginal</name></author>
	</entry>
</feed>