https://github.com/faisalahammed044274/php-oop-concepts
faisalahammed044274/PHP-OOP-Concepts
https://github.com/faisalahammed044274/php-oop-concepts
dependency-injection object-oriented-programming oop php
Last synced: 3 months ago
JSON representation
faisalahammed044274/PHP-OOP-Concepts
- Host: GitHub
- URL: https://github.com/faisalahammed044274/php-oop-concepts
- Owner: faisalahammed044274
- Created: 2021-12-23T10:58:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-23T19:53:10.000Z (over 3 years ago)
- Last Synced: 2025-01-05T20:11:48.742Z (5 months ago)
- Topics: dependency-injection, object-oriented-programming, oop, php
- Language: PHP
- Homepage: https://github.com/faisalahammed044274/PHP-OOP-Concepts
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP-OOP-Concepts
- OOP Basics
-
- $this Keyword
-
- Constructor and Destructor
-
- Chaining method & properties
-
- Access Modifiers
-
- Inheritance
-
- Final keyword
-
- Interface
-
- Abstract class and methods
-
- Static Methods and Properties
-
- Polymorphism
-
- Data Encapsulation
-
- Data Anbstraction
-
- Overriding
-
- Magic methods
-
- Type hinting
-
- Dependency Injection
-
- Working with objects
-
- Traits and code inclusion
-
- Auto loading and dynamic calling
-
- Database class with OOP
-
- CRUD Operations with Post Class with OOP
-
Learn PHP OOP Concepts: Object Oriented Programming Concepts with Examples and Projects