Need to write the program.. In java language. And That the program should be according to g...
Need to write the program..
In java language.
And That the program should be according to given scenario..
You need to design and implement the following structure for your organization. You must follow the instructions given below 1 - Name of you organization is your surname. For example, if your name is "Qasim Ali", then "Ali" will be organization name. 2- Organization and Person must be interfaces. 3 - Staff and infrastructure must be abstract classes. 4 - Rest of the classes should be well defined. At least use five instance variables for each and design a constructor, setter and getter method. 5- Implement method overriding and exception handling anywhere in the program 6 - Use this design and show its working in main class 7 - You need to create a package and it must be your name and id. For example "Qasim 37189" 8 - Number of rooms must be last 2 digits of your id. For example for 12568, rooms must be 68. 9 - Number of people in Lower staff must be first 2 digits of your id. For example for 12568, people must be 12. 10- Copying/cheating/ asking someone may result in same code which can result in F grade.
Solved
COMPUTER SCIENCE
1 Answer
Elif Kurt
Login to view answer.