i have decided to create three classes, branch_off, employee, and head_off to manage the details of the employees as required by the company.i want to design these classes to ensure that employee class is accessed only by branch_off and not by head_off? help me provide the required code for it.