Question: Scenario: Halban LLC . Is a hypermarket where different types of employees work together. You are asking to develop and execute an Employee Information System
Scenario: Halban LLC Is a hypermarket where different types of employees work together. You are asking to develop and execute an Employee Information System by C Programming Language based on the following criteria. Create a base class called HalbanLLC That consists of two private attributes to store information id and name; two public member functions i getdata and ii displaydata to accept input id name and display id name respectively. Create a derived class called employee of private HalbanLLC That consists of two private attributes to store information employeename and salary; two public member functions i getdata and ii displaydata to accept input empl;oyeename, salary and display employeename, salary respectively. Create main function that Creates n numbers of employees objects according to the demand of user. Call the i getdata and displaydata functions to get input and display the attributes respectfully.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
