Independent Project | June 2024
A console-based Java Blackjack game demonstrating object-oriented programming with 6 classes.
- Inheritance: Parent and child classes for shared behavior
- Abstract Classes & Methods: Enforce implementation in subclasses
- Interfaces: Define shared capabilities for multiple classes
- Encapsulation: Uses
privateandprotectedvariables
Detailed class relationships is in Project Documentation.
- Clone the repository:
git clone https://github.com/danielle060821/Java-Blackjack-Game.git