(1 vs. 3) StaticMethod < TWiki < TWiki

Home - this site is powered by TWiki(R)
TWiki  StaticMethod (1 vs. 3)

Welcome | Register | Changes | Topics | Index | Search | Go

 <<O>>  Difference Topic StaticMethod (3 - 2013-09-25 - TWikiContributor)
 
META TOPICPARENT name="ClassMethod"

Static Method

A StaticMethod is a method in a package that can be called without reference to an object of the package type. For example,

package Telecoms

StaticMethod defaultColor()

Changed:
<
<
my $colour = Telecoms::defaultColor()
>
>
my $color = Telecoms::defaultColor()
 

Related Topics: ClassMethod, ObjectMethod, DeveloperDocumentationCategory


 <<O>>  Difference Topic StaticMethod (2 - 2010-06-24 - TWikiContributor)
 
META TOPICPARENT name="ClassMethod"
Changed:
<
<
A StaticMethod is a method in a package that can be called without reference to an object of the package type. For example,
>
>

Static Method

 
Added:
>
>
A StaticMethod is a method in a package that can be called without reference to an object of the package type. For example,
 

package Telecoms

Changed:
<
<

StaticMethod defaultColour()

>
>

StaticMethod defaultColor()

 
Changed:
<
<
>
>
my $colour = Telecoms::defaultColor()
Deleted:
<
<
my $colour = Telecoms::defaultColour()
 

Related Topics: ClassMethod, ObjectMethod, DeveloperDocumentationCategory


 <<O>>  Difference Topic StaticMethod (1 - 2005-03-27 - TWikiContributor)
 
META TOPICPARENT name="ClassMethod"
A StaticMethod is a method in a package that can be called without reference to an object of the package type. For example,

package Telecoms

StaticMethod defaultColour()


my $colour = Telecoms::defaultColour()

Related Topics: ClassMethod, ObjectMethod, DeveloperDocumentationCategory


View | History: r3 < r2 < r1 | More

This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.StaticMethod.

Revision r3 - 2013-09-25 - 19:36:34 - TWikiContributor Edit

(%REVTITLE2% vs. %REVTITLE1%) StaticMethod < TWiki < TWiki