0
I am trying to write this code. But I am lost can anyone help.
Write a class Department where it has two attribute e_name and e_id. The e_id is set by the constructor function and is printed by the destructor. The e_name is set and returned by two member functions. In main function take an object array of size five and access the member functions. Also take an object pointer and access the member functions. *
2 Antworten
0
Ashikur Rahman You can try to find other explanations provided in comment section by other members.
- 1
I am not understanding the algorithm over here