SUMMARY
This is the last blog of our series and we will like to conclude by this one.Till now we have completely implemented the required software project.In this blog we would like to conclude the project by just giving a recap of what all we have done.We would be sharing the complete code in a combined form so that you can refer it for your purpose. Let us see gather all the concepts and the functions that we have implemented in this complete project. 1.We successfully implemented the object oriented file handling concepts in the project and used it for creation and processing of our database which is a text file. 2.We implemented the respective functions of the admin. 3.We implemented the respective functions of the student user. 4.Basic data-structure like array,structure was used for the storing the database information from the text file. 5.Linear search was used for searching and quick sort was used for the sorting purpose used in the orderby() f...