/Object_Oriented_Programming

Object Oriented Programming (OOP) is programming concept that brings logical group your code into components, build Small Components of code which can be reused, components are extend or leverage from other components, simplify the complex concept into smaller components, extending the component, reusing the component, hiding features and many other benefits.

Primary LanguagePHP

Object Oriented Programming (PHP)

☞ Implement OOP Concepts like Inheritance, Polymorphism, Data Encapsulation, Data Abstraction and Overriding.
☞ Write Modular Code and Reusable Code using OOP Concepts.
☞ Write Classes, Interface, Abstract Classes and Traits.
☞ Understand Concepts like Magic Methods, Type Hinting, Namespaces and Dependency Injection.
☞ Use final, static, public, private and protected keywords.
☞ S.O.L.I.D - Object Oriented Principles.
☞ Procedural Programming Style to OOP Style.
☞ Understand AutoLoading and Dynamic Calling with Examples.