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. 1. Create a base class called HalbanLLC That consists of two private attributes to store information id and name; two public member functions i) get_data() and ii) display_data() to accept input (id, name) and display (id, name) respectively. 2. Create a derived class called employee of private HalbanLLC That consists of two private attributes to store information employee_name and salary; two public member functions i) get_data() and ii) display_data() to accept input (empl;oyee_name, salary) and display (employee_name, salary) respectively. 3. Create main function that Creates n numbers of employees objects according to the demand of user. Call the i) get_data() and display_data() 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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!