Sr. PHP Programmer Question:
What is Object Oriented Programming in PHP context?

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 Question | Next Question |
How should we parse HTML in PHP? | How to find the download size of a file? |