Jump to content

Method: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Change category to Category:Disambiguations
 
(One intermediate revision by the same user 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 [[Access scope#Private scope|Private]], [[Access scope#Public scope|Public]], [[Access scope#Protected scope|Protected]], or [[Access scope#Community scope|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: