Question: I need a solution in Python 3 for the following: Design a class that holds the following data: name address age phone number. Write appropriate
I need a solution in Python 3 for the following:
Design a class that holds the following data: name address age phone number.
Write appropriate accessor and mutator methods.
Also write a program 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.
After creating the three objects you should print each objects attributes from main.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
