InterviewSolution
Saved Bookmarks
| 1. |
Mention five states (characteristics) and two methods for the following class bank |
| Answer» CHARACTERISTICS of class EMPLOYEE are: . employee id . name designation . SALARY . address 2 METHODS of class employee are: . AcceptData( ) . DisplayData ( )EXPLANATION: | |