20,741
edits
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
{{{4|obj}}}.message = "Hello World"; | {{{4|obj}}}.message = "Hello World"; | ||
{{{3|print("Creating new {{{1|myClass}}} | {{{3|print("Creating new object/instance of type/template:{{{1|myClass}}}"); }}} | ||
# return the object to the caller | # return the object to the caller | ||
return {{{4|obj}}}; | return {{{4|obj}}}; | ||
}, | }, | ||