Question: i need the answer for part B pls OS Ticket system My Dispense Academic Calendar My courses getDay():integer get Month :Integer getYear:integer A date class
OS Ticket system My Dispense Academic Calendar My courses getDay():integer get Month :Integer getYear:integer A date class is defined by the three attribute Values of the day, month and yeur:(d,m,y) defined in the dingram. There should be a setter and a getter for each attribute Part B Write the java code which implements the class Age defined in the following UML diagram Age -current:Date //todays date -dob:Date // date of birth - Age(current:Date, dob:Date) +getAge():intger An age class encapsulates two attributes: current date (current) and date of birth (dob) Define the method getAge() which returns the age by the following formula Age= (d2-d1) + (m2-ml)*30+ (y2-yl)*365 Where d2 m2y2 presents the current date and di,m,yi presents the date of birth D MacBook Pro
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
