cvsuser     04/02/16 13:23:34

  Modified:    docs/pdds pdd15_objects.pod
  Log:
  Roughed out the examples
  
  Revision  Changes    Path
  1.18      +17 -0     parrot/docs/pdds/pdd15_objects.pod
  
  Index: pdd15_objects.pod
  ===================================================================
  RCS file: /cvs/public/parrot/docs/pdds/pdd15_objects.pod,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -w -r1.17 -r1.18
  --- pdd15_objects.pod 16 Feb 2004 19:33:23 -0000      1.17
  +++ pdd15_objects.pod 16 Feb 2004 21:23:33 -0000      1.18
  @@ -455,6 +455,23 @@
   implementation. This allows both for flexibility in the implementation
   and forward compatibility, generally good things.
   
  +=head1 EXAMPLES
  +
  +The following examples all assume we're working with basic
  +ParrotObject objects and ParrotClass classes. 
  +
  +=head2 Creating a new class
  +
  +=head2 Creating a new class with multiple parents
  +
  +=head2 Creating a new class with attributes
  +
  +=head2 Instantiating an object
  +
  +=head2 Calling a method on an object
  +
  +=head2 Accessing attributes from within a class
  +
   =head1 TRANSLATION AND GLOSSARY
   
   Since every object system on the planet shares a common set of terms
  
  
  

Reply via email to