TWiki
>
TWiki Web
>
ObjectMethod
>
ClassMethod
(2005.03.27,
TWikiContributor
)
E
dit
A
ttach
A
ClassMethod
is a method that must be called relative to the containing class object. This normally only applies to the
new
method used to create new object instances. For example,
package Telecoms
ClassMethod
new()
my $mobile = new Telecoms();
or
my $mobile = Telecoms->new();
Related Topics:
DeveloperDocumentationCategory
,
StaticMethod
,
ObjectMethod
E
dit
|
A
ttach
|
P
rint version
|
H
istory
: r1
|
B
acklinks
|
R
aw View
|
M
ore topic actions
Topic revision: r1 - 2005.03.27 - 13:14:15 -
TWikiContributor
TWiki
STL 中文站
Boost 中文站
搜索引擎技术
STL论坛
脚本编程
管理登陆
STL China
站内地图
最近更新
热点文章
主题列表
关于本站
TWiki 参考
中文TWiki安装
TWiki 使用入门
TWiki语法大全
Main
Main_SRC
STL
STLEnglish
Sandbox
ScriptProgram
TWiki
My links
My home page
edit
Copyright © 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.ClassMethod