Author: jonathan
Date: Sun Oct 29 12:21:25 2006
New Revision: 15051

Modified:
   trunk/docs/pdds/clip/pdd15_objects.pod

Log:
Add a note on constructors to the Objects requirements.

Modified: trunk/docs/pdds/clip/pdd15_objects.pod
==============================================================================
--- trunk/docs/pdds/clip/pdd15_objects.pod      (original)
+++ trunk/docs/pdds/clip/pdd15_objects.pod      Sun Oct 29 12:21:25 2006
@@ -41,6 +41,13 @@
 
 .Net: Like attributes, methods may be public, private, protected or internal.
 
+=head2 Constructors
+A constructor is run when an object is instantiated.
+
+.Net: There may be many constructors for an object (provided they all have
+different signatures), and the correct one is called based upon the passed
+parameters.
+
 =head2 Inheritance
 Perl 6: Multiple inheritance.
 

Reply via email to