Create a class that holds the following personal data in properties: name, address, age, and phone number. Demonstrate the class in an application that creates three instances of the class. One instance should hold your information, and the other two should hold your friends’ or family members’ information. Display each object’s properties on the application’s form.