First time i fully understand static properties & methods. Thank you and keep it up with such good content!
@TheCodeholic5 жыл бұрын
Thank you man... Love your feedback
@kenjohnsiosan97072 жыл бұрын
what a clear differentiation between when to consider properties and methods as either `static` or not. Thank you sir.
@TheCodeholic2 жыл бұрын
Welcome my friend.
@palilomut47283 жыл бұрын
Quality content ,straight on point . Keep up the good work
@TheCodeholic3 жыл бұрын
Thanks Pali
@UmerFarooq_6972 жыл бұрын
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.
@dark9y84 жыл бұрын
Great video on static properties and methods. Thanks teacher.
@TheCodeholic4 жыл бұрын
Glad it was helpful!
@johncarlofababeir24723 жыл бұрын
Whoah! You really nailed it! The way you explain and define static keyword is very understandable thank you! I
@gbbr785 жыл бұрын
Quality content mate. You deserve more subs than this.
@fawazpathway5295 Жыл бұрын
Thanks a bunsh!! Now i do know oop's concept clearest as ever
@vangelisefthimiatos9643 жыл бұрын
Quality!!! Thanks again Zura.
@polsans56554 жыл бұрын
Thank you Codehlic, now I understand the static properties and methods. It was all blurry before
@igorusumovic3443 жыл бұрын
Great tutorials, keep up the good work!
@amadoubah48893 жыл бұрын
Am new in php now i understand the static properties better than aver LOL Thank u so much
@umermirza272 жыл бұрын
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 ??
@MiroslavTeVidi4 жыл бұрын
Thank You. I appreciate that. Subscribed.
@TheCodeholic4 жыл бұрын
Thank you
@gregorycarlson91395 жыл бұрын
This was really good.
@TheCodeholic5 жыл бұрын
Thank you
@chrisplusplus62324 жыл бұрын
👍👍👍
@RicardoVargasM3 жыл бұрын
Nice learn PHP with U.
@МаксимСлободянюк-н9о3 жыл бұрын
Thank you SO MUCH!!!
@TheCodeholic3 жыл бұрын
You're welcome!
@ilya_123__9 ай бұрын
thank you!
@ممدو-ص1ث3 жыл бұрын
greate
@crazyingenieur32774 жыл бұрын
I think you should also mention the difference between self:: and static::
@TheCodeholic4 жыл бұрын
That's good point. I plan to make a separate small video on that