Household Class and Student Class using java
You will need Name and MyDate, as well as Person and NewWorker classes. You will also define a class called Student and another called Household. the definitions of new classes, are provided below. Class Person: Person will be an abstract class. It ...
Continue reading