Jump to content

Method: Difference between revisions

From LabVIEW Wiki
Started page
 
m Change category to Category:Disambiguations
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A '''Method''' is a [[VI]] owned by a ''[[Class (object-oriented programming)|Class]]''.  Its purpose is to work on the class's data in a specific way. A Method can by [[Scope#Private|Private]], [[Scope#Public|Public]], [[Scope#Protected|Protected]], or [[Scope#Community|Community]] scoped and be [[Static dispatch|Static]] or [[Dynamic dispatch|Dynamic]] dispatch.
'''Method''' may refer to:
* [[Method (object-oriented programming)]], a function that belongs to a class.
* [[VI Server|VI Server Class Method]], a method of a VI Server class.
* [[XControl:Methods|XControl Method]], a function that belongs to an XControl.


== Other Common Meanings ==
[[Category:Disambiguations]]
 
* A [[VI Server]] Class Method
* A [[XControl:Methods|XControl Method]]
 
[[Category:Object-Oriented Programming]]

Latest revision as of 07:57, 26 August 2024

Method may refer to: