Skip to content

A program made in Java that uses OOP practices, LinkedList, and hash table to sort and manage Students.

Notifications You must be signed in to change notification settings

judepi/Student-Database-Program-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student-Database-Program-

A program made in Java that uses OOP practices, LinkedList, and hash table to sort and manage Students. The Node class file is used to make the nodes that are used for the linked list. The linked list class file has all the methods that carry out operations on the linked list. The student file is the base class file with methods for comparing objects. StudentRecord class file inherits from Student every member and member methods. The main class file is used for the menu and carries out all the desired calls and creations.

About

A program made in Java that uses OOP practices, LinkedList, and hash table to sort and manage Students.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages