https://github.com/rajiv2004-cloud/my-oops-practice-repo
https://github.com/rajiv2004-cloud/my-oops-practice-repo
java object-oriented-programming oop oop-principles oops-in-java
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rajiv2004-cloud/my-oops-practice-repo
- Owner: rajiv2004-cloud
- License: mit
- Created: 2024-01-30T11:03:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T15:46:41.000Z (over 2 years ago)
- Last Synced: 2025-01-31T07:19:50.009Z (over 1 year ago)
- Topics: java, object-oriented-programming, oop, oop-principles, oops-in-java
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java OOPs Practice
This repository contains practice code for Object-Oriented Programming (OOP) concepts in Java.
## Introduction
This repository is dedicated to practicing Object-Oriented Programming (OOP) concepts in Java, such as classes, inheritance, polymorphism, encapsulation, and abstraction.
## How to Use
1. Clone the repository to your local machine.
2. Explore the `src` directory to find examples and exercises related to different OOP concepts.
3. Run the Java files using your preferred IDE or command line tools like `javac` and `java`.
## Contributing
Contributions are welcome! If you have any suggestions, improvements, or additional exercises to add, feel free to open an issue or create a pull request.
## License
This repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.