Object Oriented Programming in PHP
Batch Price From £350 (approx. $439.37 USD) View Dates & Prices
Total Duration:
10 Hours
Course level:
Intermediate to Advanced
Delivery Method:
Instructor-led Virtual Classes
Certification:
Certificate of Completion will be provided after completing the course
Course Overview
This course provides essential knowledge and skills in object oriented programming in PHP. Students will learn how to create and use classes, methods, properties, class inheritance, access control modifiers, constructors, destructors, abstract classes and interfaces.
Requirements
This course requires knowledge of basic PHP syntax, variables, control structures, data types, arrays and functions. Our Web Development with PHP and MySQL Training Course covers all of the prerequisites.
Course Dates, Prices & Enrolment
All Training
Physical Classes
Virtual Classes
Time Zone:
There is no date for this course at this moment. Please complete the BOOKING REQUEST FORM below or come back to this page again later. |
Course Content
- Defining a class
- Defining methods
- Instantiating a Class
- Defining properties
- Class Inheritance
- Access Control Modifiers
- Static Modifier
- Getters and Setters
- Static Method
- Static Properties
- Referencing Parent Class with Static
- Constructors and Destructors
- Abstract Class
- Interface
- Trait