Sr. PHP Programmer Question:

What is Object Oriented Programming in PHP context?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

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.


Previous QuestionNext Question
How should we parse HTML in PHP?How to find the download size of a file?