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

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 :)

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!