Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Note: Kindly perform the coding on Eclipse and also share the screenshot of code written and output. Course: Object Oriented Programming 15 Marks A software
Note: Kindly perform the coding on Eclipse and also share the screenshot of code written and output. Course: Object Oriented Programming 15 Marks A software company offers many jobs such as Software Engineer, Web developer, graphic designer and so on. Write a java code to keep facilitate the candidates to apply for this job. Create an abstract class name Job Create the following abstract method name .checkJobDescription(): This method will display the Job description. checkJob Requirement(): This method will display the Job requirement .getCriteria(): display the job criteria. Create the following classes: Software Engineer, WebDeveloper and Graphic Designer. These classes will inherit the Job class and override the abstract methods Create a Candidate class: Candidateld, name, education skills, and experience. searchJob(): This method will take input from user inquiring which job description and job requirements would he like to view and display the schedule of the respective Job. checkCriteria(): This method will take input from user inquiring which job criteria would he like to view and display the rule of the respective Job. Create a Main class and test the methods
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