K
Ken Kast
I have a class C that uses a static factory and a protected constructor to
create instances. I now want to derive a class from C. What I can't figure
out is how to create either a public constructor or static factory (either
would work) for the derived class. Can anyone give me an idea?
Thanks.
Ken
create instances. I now want to derive a class from C. What I can't figure
out is how to create either a public constructor or static factory (either
would work) for the derived class. Can anyone give me an idea?
Thanks.
Ken