Skip to content

kpilszak/facade-pattern-shapes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facade Pattern Shapes


Table of contents

General info

This project shows usage of facade pattern.
The main principle is to provide a higher-level interface that makes the subsystem easier to use.
In adapter pattern we define a single class which provides simplified methods and delegates calls to methods of existing system classes.

Technologies

Project is created with:

  • Java
    IDE: Intellij IDEA 2018

Setup

To run this project, you need to have jdk and jre installed. Download the src folder and open it in a command prompt or terminal.
Type javac Test.java and press enter to compile.
Type java Test to run program.

Sources

This project was created with the help of https://www.tutorialspoint.com website.

About

Project shows a simple usage of facade pattern

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages