Sr. PHP Programmer Question:
Download Questions PDF

What is Polymorphism in PHP context?

Answer:

Don't get scared by the big word. It's simply the idea that one object can can take on many forms. So in PHP OOP one class "cars" may have two classes that extend it, for example a "Honda" class and a "BMW" class.

Download Senior PHP Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
What is the purpose of $_PHP_SELF variable in PHP?What is the purpose of $php_errormsg variable in PHP?