Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a public method setDateAndTracking which takes a String argument used to set the trackingNumber. The method also sets the parent class field dateSent to
Write a public method setDateAndTracking which takes a String argument used to set the trackingNumber. The method also sets the parent class field dateSent to the date when the method is called, in the format dd MMM yyyy The method does not return a value.
Make use of the class method now in class LocalDate, the class method ofPattern in class DateTimeFormatter and the instance method format in LocalDate.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started