If you want to learn PHP Object Oriented Programming (OOP) then you are in the right place! (77 examples from scratch !)
Requirements
- Basic familiarity with PHP syntax and procedural programming
- Installed PHP on your operating system. It can be Windows, LINUX or MacOS
- Available a free Text Editor like: Notepad++, Sublime Text, VisualStudio Code
Description
Hello there !
Are you struggling to learn PHP Object Oriented Programming like I was some years ago?
Are you desperate because there are very few books or complete video tutorials with all the core concepts of Object Oriented Programming?
Well now you are in the right place because after my research I have collected from books and several online tutorials all the basic concepts for you and tried to explain them using at least 2 or 3 simple and meaningful examples for each one.
What will be taught:
- classes
- properties
- methods
- objects
- $this keyword
- constructors & destructors
- chaining method
- public & private access modifiers
- inheritance & protected access modifiers
- overriding
- final keyword
- Interface
- abstract classes & abstract methods
- static methods & static properties
- Polymorphism
- Encapsulation
- Data Abstraction
- Type Hinting
- Dependency Injection
- Traits
- Autoloading
- Namespaces
The way to learn these concepts is not only by practicing but also by making your own examples for each one.
So if you follow me step by step you will achieve that and you will be able to explain these OOP concepts using your own examples if needed in a job interview.
In that way you will gradually make a transition from procedural to object oriented world and you will have the opportunity to understand and get involved to bigger projects. In addition you will be able to write modular and reusable code with less effort and understand why Object Oriented Programming is so useful.
Who this course is for:
- This course is for those who want to become senior backend web developers. I know that learning PHP OOP basics is always hard in the beginning because it demands a mind shift from procedural world. But this course will guide you step by step through this process !