Showing posts with label What type of inheritance that php supports?. Show all posts
Showing posts with label What type of inheritance that php supports?. Show all posts

Saturday, May 16, 2009

What type of inheritance that php supports?

In PHP an extended class is always dependent on a single base class, that is, multiple inheritance is not supported. Classes are extended using the keyword 'extends'.