Object-Oriented PHP: Working with Inheritance

Discussion in 'Design & Development' started by Samuel, Jan 9, 2012.

  1. Samuel

    Samuel
    Expand Collapse
    Admin

    Joined:
    Dec 20, 2011
    Messages:
    5,576
    Likes Received:
    71
    Published in PHP Objects

    [​IMG]

    Welcome to our third object-oriented PHP tutorial. In this tutorial you'll explore the idea of inheritance in object-oriented programming, and how inheritance works in PHP. With inheritance, your objects and classes can become much more powerful and flexible, and you can save a lot of time and effort with your coding.

    The tutorial covers the concept of parent and child classes; overriding methods; final classes; abstract classes, and interfaces. It includes lots of code examples to help explain the topics.

    Happy coding![​IMG]

    Continue reading...
     

Share This Page