Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelosans/java
From noob to pro, using this repository to improve my java programing abilities
https://github.com/angelosans/java
data-structures design-patterns oop-in-java
Last synced: 21 days ago
JSON representation
From noob to pro, using this repository to improve my java programing abilities
- Host: GitHub
- URL: https://github.com/angelosans/java
- Owner: AngeloSans
- Created: 2024-04-23T19:41:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T12:00:12.000Z (5 months ago)
- Last Synced: 2024-11-06T12:51:18.694Z (2 months ago)
- Topics: data-structures, design-patterns, oop-in-java
- Language: Java
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mastering Java - Design Patterns and OOP
![Java Logo](https://www.ibm.com/content/dam/adobe-cms/instana/media_logo/Java.component.complex-narrative-xl.ts=1692898828339.png/content/adobe-cms/br/pt/products/instana/supported-technologies/java-monitoring/_jcr_content/root/table_of_contents/body/content_section_styled/content-section-body/complex_narrative/logoimage)
## About
Welcome to the **Mastering Java** repository! This project is dedicated to helping developers deepen their understanding of Java through practical examples of design patterns and Object-Oriented Programming (OOP) principles.
## Table of Contents
- [About](#about)
- [Table of Contents](#table-of-contents)
- [Design Patterns](#design-patterns)
- [OOP Principles](#oop-principles)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)## Design Patterns
This repository includes implementations of various design patterns in Java. Each pattern is demonstrated with clear examples and explanations to help you understand how and when to use them.
- Creational Patterns
- Singleton
- Factory Method
- Abstract Factory
- Structural Patterns
- Adapter
- Composite
- Decorator
- Behavioral Patterns
- Observer
- Strategy
- Command## OOP Principles
Learn about the fundamental principles of Object-Oriented Programming with practical Java examples.
- Encapsulation
- Inheritance
- Polymorphism
- Abstraction## Installation
To set up the project locally, follow these steps:
```bash
# Clone this repository
git clone https://github.com/Anjocaido13/Java.git# Navigate into the directory
cd Java# Build the project using Maven
mvn clean install