Help for a sample console application
There is a console base application in which I need the following:
1. Add new employee at runtime
2. Delete existing employee at runtime
3. Modify the employee information
Can u tell me the approach how should I do it?
My approach was genarte class for employee with members like name,age sex.
But no idea how I will access a particular employee at runtime, modify it, add etc