Object Oriented Programing Assignment
This application utilizes Java's object oriented programing to implement a database of students. This database application sets out to provide methods of maintaining(inserting, deleting and updating) a database, as well as with methods of sorting and preforming searches using different attributes of an entitiy. Databases are the most efficient way to store and access data in many industries, making the skill to engineer and build one important in software engineering. This project serves as a template to start and create a fully functioning database that is implementable in the workplace.