Skip to content

A rental check-in/check-out application based on the the topics under 'Criteria'.

Notifications You must be signed in to change notification settings

MLBott/rental-catalog-with-oo-fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

OO Rental Catalog with Software Development Fundamentals

Task

Understand the fundamentals of Object-Oriented development.

Output

The repository contains a rental check-in/check-out application based on the the topics below.

Criteria

Fundamental design patterns: Strategy, Command.

Creational design patterns: Factory method, Builder, Abstract factory, singleton, prototype.

Structural design patterns: Adapter, Bridge, Composite, Decorator, Facade, Flyweight, Proxy

Behavioral design patterns: Command, Iterator, Mediator, Memento, Observer, State, Strategy, Template Method, Visitor

Main Files

AssertExp1.java - Implementation of various functional programming methods.

AssertExp1Tst.java - JUnit test of AssertExp1.java methods.

MyLinked.java - Manipulation of nodes in a linked list using various methods.

MyLinkedtst.java - JUnit test of MyLInked.java methods.

Tech Stack

Java

About

A rental check-in/check-out application based on the the topics under 'Criteria'.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages