That was a bad formulation on my part, what I meant to say was 'instantiating an object'
This explains prototypes pretty well http://www.javascriptkit.com/javatutors/oopjs2.shtml And this also explains the prototype chain http://mckoss.com/jscript/object.htm -- Rune V. Sjoen You always pass failure on the way to success On Tue, Dec 1, 2009 at 4:24 PM, codingGirl <[email protected]>wrote: > What do you mean by creating a copy? Are we talking about copying an > existing object? > > Do you say that without using prototype those members are not created > implicitly when I call the constructor but I would need to create them > in the constructor? > > -- > > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-visualization-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
