Here is an example of a hierarchy chart that indicates the modules as forming part of the application:
- Application
- Login
- ValidateCredentials
- Authenticate
- SchedulePlayer
- RetrievePlayerDetails
- DisplaySchedule
- SaveSchedule
- ApproveLeave
- ShowLeaveRequests
- ApproveLeaveRequest
- UpdateLeaveStatus
- DetermineSalary
- CalculateSalary
- DeductTaxes
- GeneratePayslip
Provide an example of a hierarchy chart that will indicate the following
modules as forming part of the application to be developed:
• login( )
• schedulePlayer( )
• approveLeave( )
• determineSalary( )
1 answer