I have a public interface class, how can I get class object without implementation class.
I want to new interfaceclass(), but failed.