Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 912 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 912 Bytes

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.