Advance PHP Full Crash Course 2022 | PHP Advanced Concepts

  Рет қаралды 14,459

miss google

miss google

Күн бұрын

Пікірлер: 14
@aarondelgado3421
@aarondelgado3421 6 ай бұрын
Great video so far! You should make a video series on how WordPress was built! :)
@mahinkhan9407
@mahinkhan9407 Жыл бұрын
Thank you. You have became my new mentor.
@missgoogle_07
@missgoogle_07 Жыл бұрын
😊
@anshulmady2211
@anshulmady2211 Жыл бұрын
You will remember me as I will always thankful to you and the one who comments regularly on this beautiful videos... ❤️❤️
@missgoogle_07
@missgoogle_07 Жыл бұрын
It's my pleasure😊❤✨
@LifeInMoncton
@LifeInMoncton Жыл бұрын
Fibonachi Sequence is 0, 1, 1, 2, 3, 5, 8, 13, 21, 34. There are two 1s.
@dannybolick4783
@dannybolick4783 11 ай бұрын
Great Job, Thank you.
@missgoogle_07
@missgoogle_07 5 ай бұрын
😊♥️
@slaybryn5504
@slaybryn5504 6 ай бұрын
God Bless You
@ZackichaneE
@ZackichaneE Жыл бұрын
thank you 🙏
@missgoogle_07
@missgoogle_07 Жыл бұрын
Glad you like it 😊❤️
@yasserk2491
@yasserk2491 Жыл бұрын
Got a question about interfaces: We make an interface and impelement it as a class which have some public functions those return some values. And then we use those functions with calling the class and use the methods we just created. What is the point interface here? we could just create a normal class with two functions and call them and return the values. I mean what exactly does interface here? In the other words, we could just code: class Table{ public function save(array $data){ return "foo"; } public function log($message){ return $message; } } echo (new Table())->save([]) . " "; echo (new Table())->log(); These line do exactly the same! ?????
@muhtashimwebdev3974
@muhtashimwebdev3974 Жыл бұрын
The point of interface is that you can implement many interfaces on the same class. And you just create function bodies in interface you can't return a value from an interface function you can just defined the return type of data like this :array.
@athulak
@athulak 5 ай бұрын
Interface is a way for you to enforce a pattern. You can create an interface called AnimalsInterface with 2 methods in them; colour() and sound() So every class that implements AnimalsInterface "MUST" have those two methods as well colour() and sound() so; interface AnimalsInterface { public function colour(); public function sound(); } class Cow implements AnimalsInterface { // Must have colour() and sound() methods - otherwise will throw error. } this is useful in big classes, if some other developer tries to remove or change colour() method in Cow class - it won't work. This guarantees every animal classes will have those two methods always.
PHP OOPs Concepts | PHP Object Oriented Programming
3:54:14
miss google
Рет қаралды 2,1 М.
Swift Programming Tutorial for Beginners (Full Tutorial)
3:22:45
CodeWithChris
Рет қаралды 7 МЛН
Крутой фокус + секрет! #shorts
00:10
Роман Magic
Рет қаралды 17 МЛН
Как подписать? 😂 #shorts
00:10
Денис Кукояка
Рет қаралды 7 МЛН
How do Cats Eat Watermelon? 🍉
00:21
One More
Рет қаралды 5 МЛН
СОБЕСЕДОВАНИЕ по PHP: к каким ВОПРОСАМ готовиться?
37:44
TeachMeSkills Школа программирования
Рет қаралды 36 М.
Functional Programming with PHP | PHP Advanced Concepts
2:26:56
miss google
Рет қаралды 5 М.
Building a Health Application with React Native: Step Counter
3:57:53
notJust․dev
Рет қаралды 359 М.
Kubernetes 101 workshop - complete hands-on
3:56:03
Kubesimplify
Рет қаралды 1,6 МЛН