Beginner PHP Tutorial – 189 – Introduction to OOP

[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –


Posted

in

by

Tags:

Comments

15 responses to “Beginner PHP Tutorial – 189 – Introduction to OOP”

  1. tree.g.b Chen Avatar

    Nice video thank you, but don't use inheritance (Extends class), use interface instead.

  2. moses egboh Avatar

    nobody can logically explain object oriented programming properly.

  3. mauricio aznar Avatar

    So close to graduation!!

  4. John Victor Avatar

    Alex, is BankAcount the supper class and balance the sub class?

  5. SolarEmpire450 Avatar

    OOP always reminds me of OPP which is Ontario Provincial Police O_O

  6. Sadek Hassan Avatar

    @bweicg
    so, the action (which ==MOVE) is the point of encounter.
    🙂

  7. Mark Wilkinson Avatar

    @bweicg Great explanation! 🙂

  8. bweicg Avatar

    In the real world, animals move from point A to point B.

    Man walk but fish swim.

    we can have a class of Man and a class of Fish that extend the class of Animal

    class Man extends Animal{
    }

    class Fish extends Animal{
    }

    here, we can define the action, which is move, more clearly. This is the purpose of the 'extends' keyword

  9. saad lulu Avatar

    alex is the best !!

  10. krekaslt Avatar

    @TechInMe right

Leave a Reply

Your email address will not be published. Required fields are marked *