Interface Classes

I am trying to understand interface classes. I am confused, because an interface class does not expose a constructor to the client, so how does the client initialize the derived class using the interface?

Example code would be much appreciated. Thanks.
Topic archived. No new replies allowed.