https://github.com/AbhishekU19/Object-Oriented-Programming
This repository showcases various projects and code snippets demonstrating the principles of Object-Oriented Programming (OOP) in Java. It includes implementations of the four pillars of OOP: Encapsulation, Inheritance, Polymorphism, and Abstraction, along with practical projects that utilize these concepts.
https://github.com/AbhishekU19/Object-Oriented-Programming
java low-level-design oop-principles oops-in-java
Last synced: 9 months ago
JSON representation
This repository showcases various projects and code snippets demonstrating the principles of Object-Oriented Programming (OOP) in Java. It includes implementations of the four pillars of OOP: Encapsulation, Inheritance, Polymorphism, and Abstraction, along with practical projects that utilize these concepts.
- Host: GitHub
- URL: https://github.com/AbhishekU19/Object-Oriented-Programming
- Owner: AbhishekU19
- Created: 2024-08-10T19:45:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T19:49:27.000Z (almost 2 years ago)
- Last Synced: 2025-08-27T09:43:03.306Z (10 months ago)
- Topics: java, low-level-design, oop-principles, oops-in-java
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object-Oriented-Programming-OOPS
Welcome to my Object-Oriented Programming (OOP) repository! This repository contains a collection of projects and code examples showcasing the core principles and pillars of OOP.
## Repository Contents
1. **Projects**
- A collection of various projects demonstrating practical implementations of OOP concepts.
2. **OOP Pillars**
- Code examples and explanations for the four fundamental pillars of OOP:
- **Encapsulation**
- **Inheritance**
- **Polymorphism**
- **Abstraction**