Ok can anyone help me with this problem
I have to create a program in NetBeans 4.0 and this is the requirement:-
I have to create a base class which consists of EMPLOYEE NAME, CODE and DESIGNATION. The derived class contains the data members YEARS OF EXPERIENCE and AGE. The values have to be stored in the array.
FOLLOWING ACTION HAS TO BE DONE WHEN PROGRAM RUNS.
1. User can view the values stored in the arrays
2. User can enter a new entry
3. User can delete an entry
4. Edit the entry
5. Search for record
6. Sort enteries
This has to be done without any database connection or GUI interface.
PLEASE ANYONE CAN HELP ME ITS URGENT
Thanks
Read
this and post when you are ready.