Question:

What is Polymorphism?

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.

http://stackoverflow.com/questions/210460/try-to-describe-polymorphism-as-easy-as-you-can


Keywords:

© 2017 QuizBucket.org