Instance methods, static methods, class methods: Difference between revisions

From Helpful
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
{{#addbodyclass:tag_tech}}
{{#addbodyclass:tag_prog}}
{{stub}}
{{stub}}
(In most languages, the way you will define all of these is considered part of a class)
(In most languages, the way you will define all of these is considered part of a class)

Latest revision as of 14:25, 23 April 2024

This article/section is a stub — some half-sorted notes, not necessarily checked, not necessarily correct. Feel free to ignore, or tell me about it.

(In most languages, the way you will define all of these is considered part of a class)


Instance method

Static method

Class method