https://github.com/burakdemir-mb/java-oop-project
Object-Oriented Programming in Java
https://github.com/burakdemir-mb/java-oop-project
java oop-in-java
Last synced: 3 months ago
JSON representation
Object-Oriented Programming in Java
- Host: GitHub
- URL: https://github.com/burakdemir-mb/java-oop-project
- Owner: burakdemir-mb
- Created: 2024-10-13T01:10:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T00:35:19.000Z (10 months ago)
- Last Synced: 2025-04-05T15:28:56.624Z (9 months ago)
- Topics: java, oop-in-java
- Language: Java
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository serves as a collection of Java projects that I have developed, starting from the basics and progressing towards more advanced topics, including enterprise architecture simulations.
All projects in this repository follow object-oriented programming (OOP) principles, such as encapsulation, inheritance, polymorphism, and abstraction.
You can explore the enterprise architecture coding project in the oopWithNLayeredApp directory. It demonstrates how object-oriented programming (OOP) principles and layered architectures integrate to create a structured application.