C++ Program (STL $ OOP)

/*   This program demostrates the concept of inheritance and polymorphism which are parts of the Object Oriented Design of the C++ language. The Program accesses a file named roster.dat which must be placed in the same directory in which this source file is executed. You can create you roster.dat file like this:                                                                                                                                                                                    Open notepad […]

Read More