Sr. PHP Programmer Question:

What is Object Oriented Programming in PHP context?

Tweet Share WhatsApp

Answer:

This is usually a pretty open ended question. You should understand classes (objects are instantiated classes), abstract classes, interfaces, methods, properties,inheritance, multiple inheritance as well as why OOP is helpful as compared to procedural programming.

Read All 202 Senior PHP Programmer Questions
Previous QuestionNext Question
How should we parse HTML in PHP?How to find the download size of a file?