Welcome to the oop-practice-hub repository!
This repository provides a curated set of questions and exercises on Object-Oriented Programming (OOP). Whether you’re learning, practicing, or preparing for exams.
Easily navigate to the section you need:
- Exception Handling
 - Array List
 - Abstract Classes
 - Interfaces
 - Abstract & Interface
 - Dependency
 - Association (Unidirectional)
 - Association (Bidirectional)
 
- Browse Topics: Click any topic above to access related questions and exercises.
 - Practice: Try solving the exercises on your own before checking any provided solutions.
 - Contribute: Have an interesting OOP question or a solution to share? See below!
 
Contributions are highly welcome!
To add new questions, solutions, or improvements:
- Fork the repository
 - Create a new branch (
git checkout -b feature/my-new-topic) - Commit your changes
 - Open a pull request
 
You can also open an issue to suggest new topics or report problems.
Happy Coding & Learning! 🎉