How to create template object in hierarchical seeding?

Thanx Doug,

I have another query that is this a similar to statically declared initializer? What is the difference between statically declared initializer and template object?

In your explanation code ,
myobject obj;

obj = new(); // Object seeded from parent thread

this declaration is statically declared in package or module?