Person Class
Begin a new project named Customer Information, and design a class named Person with the following properties:
• LastName (string)
• FirstName (string)
• Address (string)
• City (string)
• State (string)
• Zip (string)
• Phone (string)
Implement the properties as public property procedures.
Create a form that allows you to assign values to each property of a Person object.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.