Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergebyte/oop-java-projects
https://github.com/sergebyte/oop-java-projects
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergebyte/oop-java-projects
- Owner: sergebyte
- License: mit
- Created: 2024-11-11T10:30:28.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-18T12:36:13.000Z (about 2 months ago)
- Last Synced: 2024-11-18T14:13:39.485Z (about 2 months ago)
- Language: Java
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OBJECT-ORIENTED PROGRAMMING JAVA PROJECTS
This repository contains various Object-Oriented Programming (OOP) projects implemented in Java. The projects are designed to demonstrate the principles and practices of OOP, including encapsulation, inheritance, polymorphism, and abstraction.
## Projects
### [0. Papers Please Classification](intro-classification/src/main/java/org/sergedb/oop/intro)
A project that classifies individuals into different universes based on predefined rules.## License
The source code of this repository is licensed under the MIT License. See the [`LICENSE`](LICENSE) for more details.