×

Loading...

u wrong, if the constructor is private, new can't create its instance.

constructor be private is meanful, friend function/class can create it. that's the way to avoid others(ur lib user) create the instance of class which you think they shouldn't do so.
Report