Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thanhngan22/object-oriented-programming
:four_leaf_clover: object-oriented programming course material (OOP)
https://github.com/thanhngan22/object-oriented-programming
cpp java lthdt oop
Last synced: 1 day ago
JSON representation
:four_leaf_clover: object-oriented programming course material (OOP)
- Host: GitHub
- URL: https://github.com/thanhngan22/object-oriented-programming
- Owner: thanhngan22
- License: gpl-2.0
- Created: 2022-06-26T11:50:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T17:13:27.000Z (over 1 year ago)
- Last Synced: 2024-11-09T08:12:26.435Z (about 2 months ago)
- Topics: cpp, java, lthdt, oop
- Language: C++
- Homepage:
- Size: 59.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
This is a repository for practicing object oriented programming in java and cpp.
The repository contains the following:
- Lectures about oop in cpp of fit@hcmus
- Lectures about oop in java of TDTU
- Practice labs _ java
- Practice labs _ cpp
- Assignments from moodle fit@hcmus
- Middle exam and final exam of the previous courses
#### List of a few small projects in this subject below:
- [ Student Management Program](./moodle/TH/Week2/Bai03)
- [ Program to manage the course registration system](./moodle/TH/Week5/solution/Bai02)
- [ Employee information management program](./moodle/TH/Week6/solution/Bai02)
- [Gunner game program](./project)
- [Coffee shop management module](./java/solutions/project)