Skip to content

From noob to pro, using this repository to improve my java programing abilities

Notifications You must be signed in to change notification settings

Anjocaido13/Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mastering Java - Design Patterns and OOP

Java Logo

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

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:

# 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

About

From noob to pro, using this repository to improve my java programing abilities

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages