Concentra interview question

Where do we use private constructors

Interview Answer

Anonymous

2 Feb 2010

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