Default constructor. Use the other constructor instead.
public Phone();
Constructor that takes inputs
public Phone(string,int);
Phone Class | AddressValidation Namespace