GitHub

jay-c-c/java-duck

This Java program demonstrates the behavior of different types of ducks using the Strategy Pattern. It implements separate interfaces for flying, swimming, and quacking behaviors, which are ...
This project simulates different types of ducks, each with its own behavior for flying, swimming, and quacking. The project demonstrates the use of the Strategy Pattern, where behaviors such as flying ...