Independent University, Bangladesh: CSE213/CSC305: Object Oriented Programming - I Class Test - 3, Section 2
Independent University, Bangladesh: CSE213/CSC305: Object Oriented Programming - I Class Test - 3, Section 2
3) " ShowEmployeesMenuItemOnClick(…)" controller method will invoke a file chooser “fcOpen” to select the
previously saved binary file. On confirming the “Open” option, you need to read all the objects from the binary
file and show each employee info on separate lines at console, and the output format should be as follows:
Id = xxxxx, Name = xxxxx, Gender = xxxxx, Dept = xxxx
Id = yyyyy, Name = yyyyy, Gender = yyyyy, Dept = yyyyy
Id = zzzzz, Name = zzzzz, Gender = zzzzz, Dept = zzzzz
… and so on…
It will ALSO show department wise student count as follows:
Total student of CSE dept = xx
Total student of EEE dept = yy
Total student of PS dept = zz
… and so on…