new method used to create new object instances. For example,
my $mobile = new Telecoms();or
my $mobile = Telecoms->new();Related Topics: DeveloperDocumentationCategory, StaticMethod, ObjectMethod
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.