Method: Difference between revisions
Appearance
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 [[ | 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 == | ||