Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 842 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 842 Bytes

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 file for details.