2
Reply

Help for a sample console application

amit_gupta14

amit_gupta14

Dec 9 2004 10:05 AM
2.1k
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

Answers (2)