Concentra Interview Question

Where do we use private constructors

Interview Answer

Anonymous

Feb 2, 2010

Private ctor achieves two purposes: 1. to prevent other program from instantiating any instance of the current class 2. to prevent inheritance