Question: c++ please! For this program you will create a binary tree of employees. The beginning of the EmployeeInfo class is: class EmployeeInfo private: int empID;


c++ please!
For this program you will create a binary tree of employees. The beginning of the EmployeeInfo class is: class EmployeeInfo private: int empID; string name; public: Your tree will contain EmployeeInfo objects. You will then need to create four member functions of EmployeeInfo, a constructor, an overloaded operator xx (arguments) const
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
