| 
 Posted by Shelly on 09/24/07 20:53 
"Joe" <joe@faceh.com> wrote in message  
news:1190666700.795975.303100@r29g2000hsg.googlegroups.com... 
> Steve, thats a great explanation, thank you. 
> 
> I have a question however. The WIKI example I'm looking at calls =& 
> new Wakka.... on something that has not been defined yet. It is making 
> a reference to something that doesnt exist? isnt it? 
 
No.  Wakka has been defined as a class in a file there on the system (and  
has been included somewhere).  So, the new command creates an instance of  
that class and the & points to address of that new instance. 
 
Shelly
 
  
Navigation:
[Reply to this message] 
 |