Object Oriented Programing Consider the following details of all classes in diagram A person can be an employee or a student. An employee may have rights of admin officer or of academic officer. These...


Object Oriented Programing


Consider the following details of all classes in diagram




A person can be an employee or a student. An employee may have rights of admin officer or of academic officer. These class hierarchies represent multi-level inheritance. However, a Dean or Head of Department(HOD) may have rights to modify the status already defined by an administrator academic officer. Implement all these classes with appropriate data members and proper suitable functions and within the main function, create instances of all classes and test the described working of all these classes.


Person<br>Employee<br>Student<br>Administration<br>Academic<br>Dean/HOD<br>

Extracted text: Person Employee Student Administration Academic Dean/HOD

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here