The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 3 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
Hello. I have attached the CourseTest file and i want to pass all the methods of that. But it should extend the person class that I have created. Hence , I have also attached the person class for reference.Â
Â
public class Person {private String frstname;private String lastname;private String streetAddress;private String city;private String province;private String zipcode;private LocalDate birthday;/**constructor For Person class*/public Person(String frstname, String lastname, String streetAddress,String city, String province, String zipcode, LocalDate birthday) throwsIllegalArgumentExcepTon {super();this.frstname = frstname;this.lastname = lastname;this.streetAddress = streetAddress;this.city = city;this.province = province;setPostalCode(zipcode);this.birthday = birthday;}/**method to return the year*/int getYearBorn() {
Attachments: