Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lokranjanp/university_records
A Java and C++ implementation of maintaining university student details using OOP concepts
https://github.com/lokranjanp/university_records
Last synced: 6 days ago
JSON representation
A Java and C++ implementation of maintaining university student details using OOP concepts
- Host: GitHub
- URL: https://github.com/lokranjanp/university_records
- Owner: lokranjanp
- Created: 2024-07-07T05:57:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T17:19:06.000Z (3 months ago)
- Last Synced: 2024-08-25T16:05:43.702Z (3 months ago)
- Language: Java
- Homepage:
- Size: 623 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UNIVERSITY STUDENT RECORD MANAGEMENT SYSTEM
A OOP based approach in 2 languages for the same problem statement.
- Java
- CPP 17The problem constraints and requirements are mentioned in the PDF file.
The Java implementation was a part of the mandatory course as a assessment project. [Course : OOP with Java : 21IS4C03]The CPP implementation was done as a part of the learning process and to understand the differences between the two languages.
Thank you.