https://github.com/farehiqbal/learn-oop-with-me
I am sharing everything I am learning about object oriented programming concepts :)
https://github.com/farehiqbal/learn-oop-with-me
java object-oriented-programming oop-principles oops oops-in-java
Last synced: 6 months ago
JSON representation
I am sharing everything I am learning about object oriented programming concepts :)
- Host: GitHub
- URL: https://github.com/farehiqbal/learn-oop-with-me
- Owner: farehiqbal
- License: mit
- Created: 2022-09-27T06:17:21.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T18:35:21.000Z (over 2 years ago)
- Last Synced: 2025-04-04T18:38:57.288Z (7 months ago)
- Topics: java, object-oriented-programming, oop-principles, oops, oops-in-java
- Language: Java
- Homepage:
- Size: 162 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Learn OOP with me
This repository contains code examples and exercises for learning Object-Oriented Programming (OOP) concepts using the Java programming language.
## Getting Started
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- Java Development Kit (JDK) version 8 or later installed on your machine
- An Integrated Development Environment (IDE) such as Eclipse or IntelliJ IDEA
### Installing
1. Clone the repository to your local machine using the following command:
```
git clone https://github.com/farehiqbal/Learn-OOP-with-me.git
```
2. Open the project in your IDE of choice.
### Usage
The repository contains a series of Java classes that demonstrate various OOP concepts. You can use these examples to learn about OOP principles, or to practice implementing them in your own code.
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
## More to come?
- There's alot to add to this repo.
- I will add txts explaining each concept.
- .... and much more!