IDNLearn.com offers a comprehensive platform for finding and sharing knowledge. Whether your question is simple or complex, our community is here to provide detailed and trustworthy answers quickly and effectively.

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)