Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Please choose a valid constructor which creates an instance and initializes all fields of the following class:
public User(DateTime bd, string fn, string ps){ BirthDate = bd; FullName = fn; Position = ps;};
private User(DateTime bd, string fn, string ps){ BirthDate = bd; FullName = fn; Position = ps;};
User(DateTime bd, string fn, string ps){ BirthDate = bd; FullName = fn; Position = ps;};
constructor User(DateTime bd, string fn, string ps){ BirthDate = bd; FullName = fn; Position = ps;};
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!