Welcome to Westonci.ca, the place where your questions find answers from a community of knowledgeable experts. Explore thousands of questions and answers from a knowledgeable community of experts ready to help you find solutions. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform.

In this lab, you will be creating a license registration tracking system for the Country of
Warner Brothers for the State of Looney Tunes. You will create four classes: Citizen,
CarOwner, RegistrationMethods, and RegistrationDemo. You will build a
CitizenInterface and CarOwnerInterface and implement CitizenInterface and
CarOwnerInterface for Citizen and CarOwner classes respectively. You will create
RegistrationMethods class that implements RegistrationMethodsInterface(provided).
Citizen Interface and class
1. Create getter and setter headers for each of the instance vars, String firstName
and String lastName (see UML below)
2. toString() returns a String with firstName, a space, and lastName (Note the csv
file has these reversed)


Sagot :