Question: Java Object Oriented Programming: Create an address book that asks the user to enter the names of any employees (has to be OOP) the first
Java Object Oriented Programming:
Create an address book that asks the user to enter the names of any employees (has to be OOP)
the first class is for the Adressbook. Second class employee info (Such as first name, last name of the employees 1-1000 or many). the third class is for searching and sorting the data in the address book using last name. Use Recursive Binary Search. use any method or logic
Hierarchical Inheritance : one class serves as a superclass (base class) for more than one sub class.In above, the class Adressbook serves as a base class for the derived class employee info,and person searching and sorting
Please add flowchart for documentation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
