Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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