https://github.com/msarmadqadeer/qurbani-animals-market
It is an OOP(Object Oriented Programming) based project in Java language. It is a console application in which you can buy and sell animals that are eligible for Qurbani at the event of Eid al-Adha.
https://github.com/msarmadqadeer/qurbani-animals-market
object-oriented-programming oop oop-in-java oop-project semester-project
Last synced: 3 months ago
JSON representation
It is an OOP(Object Oriented Programming) based project in Java language. It is a console application in which you can buy and sell animals that are eligible for Qurbani at the event of Eid al-Adha.
- Host: GitHub
- URL: https://github.com/msarmadqadeer/qurbani-animals-market
- Owner: MSarmadQadeer
- Created: 2022-02-10T11:01:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T13:43:41.000Z (over 3 years ago)
- Last Synced: 2025-02-07T18:23:10.570Z (5 months ago)
- Topics: object-oriented-programming, oop, oop-in-java, oop-project, semester-project
- Language: Java
- Homepage:
- Size: 386 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qurbani-animals-market
It is an OOP(Object Oriented Programming) based project in Java language. It is a console application in which you can buy and sell animals that are eligible for Qurbani at the event of Eid al-Adha.
## instructions
Follow the below step to run the code:
```
git clone https://github.com/MSarmadQadeer/qurbani-animals-market.git
cd qurbani-animals-market
javac market/*.java
java market/Main
```## here is a tip!
There is no animal registered yet. You must first sign up as a seller and add an animal to sell, then you will be able to enjoy the rest of the functionalities in the project.
## class diagram
