An open API service indexing awesome lists of open source software.

https://github.com/mo7amd-hub/geometry-shapes

simple OOP project in Java with GUI calculates perimeter and area of circle or cube and show some characteristics as you like
https://github.com/mo7amd-hub/geometry-shapes

geometry gui oop oops-in-java

Last synced: about 1 month ago
JSON representation

simple OOP project in Java with GUI calculates perimeter and area of circle or cube and show some characteristics as you like

Awesome Lists containing this project

README

          

# Geometry Shapes

## Overview
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.

## Features
- Define and manage different geometric shapes (circles, rectangles).
- Calculate area and perimeter for supported shapes.
- Demonstrates object-oriented principles such as encapsulation and inheritance.

## Contribution
Feel free to contribute by submitting issues or pull requests.

## Technologies Used
- Java