Object Oriented Concepts in PHP
- Class( Parent Class Child Class) ->Describe on ClassObjectVariable.php file
- Object ->Describe on ClassObjectVariable.php file
- Variable ->Describe on ClassObjectVariable.php file
- Function/Method( Member Function Construct Method Destruct Method Static Method Abstract Method Public Method Private Method Protected Method)
- Inheritance( Single level Inheritance Multi-level Inheritance) ->Describe on Inheritance.php file
- Interface ->Describe on Interface.php file
- Access Modifier ( Public Private Protected Default ) ->Describe on accessModifier.php file
- Polymorphism ->Describe on Polymorphism.php file
- Encapsulation ->Describe on Encapsulation.php file
- Overwriting ->Describe on Polymorphism.php file
- Keywords ->Describe on Keyword.php file final