> For the complete documentation index, see [llms.txt](https://codewithmeiy.gitbook.io/core-java/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codewithmeiy.gitbook.io/core-java/object-oriented-programming-oops.md).

# Object Oriented Programming (OOPs)

Object-Oriented Programming (OOP) is a fundamental concept in Java and many other programming languages. It promotes the organization of code around objects, which are instances of classes.
