Geometry Shapes is a simple Java project that provides functionality for handling geometric shapes. It allows users to create different shapes, calculate their properties, and interact with them through object-oriented programming principles.
- Define and manage different geometric shapes (circles, rectangles).
- Calculate area and perimeter for supported shapes.
- Demonstrates object-oriented principles such as encapsulation and inheritance.
Feel free to contribute by submitting issues or pull requests.
- Java