Static properties and methods in PHP - OOP in PHP | Part 3

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024
  • The following video explains what is static properties and static methods and how they work.
    Compare static properties into instance properties.
    Explain how to decide to declare a property with static keyword or not.
    Follow me on social media:
    / thecodeholic
    / thecodeholic
    github.com/the...

Комментарии • 31

  • @gbbr78
    @gbbr78 4 года назад +6

    Quality content mate. You deserve more subs than this.

  • @wsqplm
    @wsqplm 5 лет назад +6

    First time i fully understand static properties & methods. Thank you and keep it up with such good content!

    • @TheCodeholic
      @TheCodeholic  5 лет назад

      Thank you man...
      Love your feedback

  • @johncarlofababeir2472
    @johncarlofababeir2472 3 года назад

    Whoah! You really nailed it! The way you explain and define static keyword is very understandable thank you! I

  • @palilomut4728
    @palilomut4728 3 года назад +5

    Quality content ,straight on point . Keep up the good work

  • @UmerFarooq_697
    @UmerFarooq_697 2 года назад +1

    Dear Sir,
    after studying a lot of lectures now I have started clearing my concepts in oops thanks for sharing so many high-level lectures for beginners like me and others too so please also bring PHP oop project to know the real-time uses of oop I check all of your playlists there is no PHP oop projects
    thanks for sharing the knowledge.

  • @kenjohnsiosan9707
    @kenjohnsiosan9707 2 года назад +2

    what a clear differentiation between when to consider properties and methods as either `static` or not. Thank you sir.

  • @umermirza27
    @umermirza27 2 года назад

    What if we inheritance base class with static property and methods then how we can access those static variables and method in child class ??
    Another question if another class inheritance child class then how we can call static variables and method of grandparent class ??

  • @ممدو-ص1ث
    @ممدو-ص1ث 3 года назад +1

    greate

  • @fawazpathway5295
    @fawazpathway5295 Год назад

    Thanks a bunsh!! Now i do know oop's concept clearest as ever

  • @amadoubah4889
    @amadoubah4889 3 года назад

    Am new in php now i understand the static properties better than aver LOL
    Thank u so much

  • @MiroslavTeVidi
    @MiroslavTeVidi 4 года назад +2

    Thank You. I appreciate that. Subscribed.

  • @vangelisefthimiatos964
    @vangelisefthimiatos964 3 года назад +1

    Quality!!! Thanks again Zura.

  • @RagTheNutsOff
    @RagTheNutsOff 5 лет назад +2

    The same as Adrian noted, first time I realised and understood the differences between setting static or not within a class. Thanks! Enjoying the series, Matt

  • @RicardoVargasM
    @RicardoVargasM 3 года назад

    Nice learn PHP with U.

  • @ilya_123__
    @ilya_123__ 6 месяцев назад

    thank you!

  • @chrisplusplus6232
    @chrisplusplus6232 4 года назад +2

    👍👍👍

  • @rc-wingman5719
    @rc-wingman5719 2 года назад

    a nice comment!

  • @gregorycarlson9139
    @gregorycarlson9139 5 лет назад +2

    This was really good.

  • @dark9y8
    @dark9y8 3 года назад +1

    Great video on static properties and methods. Thanks teacher.

  • @polsans5655
    @polsans5655 3 года назад

    Thank you Codehlic, now I understand the static properties and methods. It was all blurry before

  • @МаксимСлободянюк-н9о

    Thank you SO MUCH!!!

  • @igorusumovic344
    @igorusumovic344 3 года назад

    Great tutorials, keep up the good work!

  • @crazyingenieur3277
    @crazyingenieur3277 4 года назад

    I think you should also mention the difference between self:: and static::

    • @TheCodeholic
      @TheCodeholic  4 года назад +1

      That's good point.
      I plan to make a separate small video on that