Implementing Interfaces: PHP OOP

preview_player
Показать описание

In multiple inheritance you have two parent classes. If both of them have a method with same name, signature and you don't even override it in the child / derived class, then PHP engine will have no way to know which method to use.
Рекомендации по теме
Комментарии
Автор

thanks plz upload video abstract class and its method and metod overloading

satyendrasingh
Автор

thank you a very good explanation about interface

kiranjinne
Автор

ok sir
i have read c++ constructor menas class name method name same.
but in php i ma confused .plz upload magic method video.

satyendrasingh