List out the benefits of Private Constructors

 Posted by Rajnilari2015 on 9/27/2015 | Category: C# Interview questions | Views: 3905 | Points: 40
Select from following answers:
  1. The constructor can only be accessed from static factory method inside the class itself
  2. The Class cannot be inherited
  3. It prevents creating copys of the class
  4. All
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response