This repository contains code and examples for practicing Object-Oriented Programming (OOP) concepts in PHP.
The main goal is to experiment and learn by implementing various OOP features and patterns.
- PHP – 91%
- HTML – 9%
This project is just for practice and self-learning.
Feel free to explore, modify, and use the code as needed.
- Classes and Objects
- Inheritance
- Polymorphism
- Encapsulation
- Interfaces and Traits
- Abstract Classes
- Constructors & Destructors
- Clone the repository:
git clone https://github.com/ajaymahato431/php_oops.github.io.git
- Open the files in your code editor.
- Run PHP scripts locally using:
php filename.php
This is a personal practice project, but contributions and suggestions are welcome.
This repository is open for learning purposes.
No specific license is applied.
Happy Coding!