Skip to content

Final Project for my 3rd semester Object Oriented Programming Lab.

License

Notifications You must be signed in to change notification settings

rabbitCase/oop-sem3-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Object Oriented Programming End Semester Project

This is a very basic Attendance tracker for multiple sections of a college. The program tracks attendance data for 1 year.

Allows teachers to view and mark the attendance for one or multiple sections.

Allows student to view their overall attendance for the year (can be modified based on the course credits/no of lecture hours/college timetable).

This project implements simple but fundamental concepts of JAVA like:

  • Conditional Statements
  • Inheritance
  • Exception Handling
  • Method Overriding
  • Interfaces

The program is menu-driven and user friendly, providing updates and confirmations based on the changes the user makes.

NOTE: This project currently limited to the CLI and may be integrated with JavaFX/Swing or HTML/CSS in the future.

About

Final Project for my 3rd semester Object Oriented Programming Lab.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages