Question: I need answer for this asap please In the class definition, initialize the private fields title (string), author (string), and year (integer) with the default
I need answer for this asap please



In the class definition, initialize the private fields title (string), author (string), and year (integer) with the default values 'Empty', "Unstated", and 1, respectively. Ex: If the input is peony Day 1987 , then the output is: Default values: Title: Empty, Author: Unstated, Year: 1 After mutator methods: Title: Peony, Author: Day, Year: 1987 Note: The class's print 0 method is called before and after the input is passed to the setters. 2 Note: The classs print0 method is called before and after the input is passed to the setters. In the class definition, initialize the private fields title (string), author (string), and year (integer) with the default values 'Empty', "Unstated", and 1, respectively. Ex: If the input is peony Day 1987 , then the output is: Default values: Title: Empty, Author: Unstated, Year: 1 After mutator methods: Title: Peony, Author: Day, Year: 1987 Note: The class's print 0 method is called before and after the input is passed to the setters. 2 Note: The classs print0 method is called before and after the input is passed to the setters
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
