Is it possable in vb.net to have a method that constructs an object of any derived class in the bass class? In this code x.Clone should return a Bar object. Is the only way to dulpicate the code in both class's with both different object types.Is it possable in vb.net to have a method that