Jump to content

Method: Difference between revisions

From LabVIEW Wiki
Started page
 
mNo edit summary
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.
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.


== Other Common Meanings ==
== Other Common Meanings ==

Revision as of 18:43, 12 May 2020

A Method is a VI owned by a Class. Its purpose is to work on the class's data in a specific way. A Method can by Private, Public, Protected, or Community scoped and be Static or Dynamic dispatch.

Other Common Meanings