Question
Create a java program to create a school system that keeps track of employees, students and visitors, the address for all employees and students must
Create a java program to create a school system that keeps track of employees, students and visitors, the address for all employees and students must be created, the system must calculate and display the gross weekly amount earned. Then create a abstract super class called Individuals so that employees, students and visitors can derive the common attributes. Students and visitors cannot be inherited by any other entity. An interface must be use to declare the following methods printDetails() and printDetails (Individuals per). Also in the interface the contacts details for the school must be in it (name, telephone number and email address) Use another interface to declare a method called calGrossSalary(). this should be implemented by employees entity. Not all students pursue the same number of subjects so a regular array to implement this functionality. Lastly create a driver to test the logistics of the program
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