Content deleted Content added
m per WP:HYPHEN, sub-subsection 3, points 3,4,6, replaced: commonly- → commonly, typo(s) fixed: For example → For example, (2) using AWB |
I think you meant "every instance", not just "an instance". |
||
Line 95:
===Static methods===
Static methods are meant to be relevant to all the instances of a class rather than to any specific instance. They are similar to static variables in that sense. An example would be a static method to sum the values of all the variables of
In Java, a commonly used static method is:
|