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
- Host: GitHub
- URL: https://github.com/mo7amd-hub/geometry-shapes
- Owner: Mo7amd-hub
- Created: 2025-01-30T12:39:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T12:42:40.000Z (over 1 year ago)
- Last Synced: 2025-11-23T15:22:22.727Z (7 months ago)
- Topics: geometry, gui, oop, oops-in-java
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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