Question: define a class called Parent. Initialize the class with name and age. Define three methods set_name,set_age,print_parent which will set the name, age, and print parents'
define a class called Parent. Initialize the class with name and age. Define three methods set_name,set_age,print_parent which will set the name, age, and print parents' name and age respectively. Instantiate the class.update name/age and print the details again
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
