Question: What is wrong with this part? public class Contact { /** * Add private instance variables here. See the class structure given in the *
What is wrong with this part?

public class Contact { /** * Add private instance variables here. See the class structure given in the * assignment description. */ private Stringl name; private String phone Number; * Implement your constructor here. Initialize the phone Number to null. public Contact(Name name) { phoneNumber = null; this.name = name; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
