If an abstract class has an abstract method and definition in the child class, can I use that method in other classes without inheritance in PHP?

Started by Montgomery, November 17, 2016, 07:04:54 PM

Previous topic - Next topic

Aayan

Hello everyone, I would like to ask you a big problem, I would like to know, if an abstract class has an abstract method and definition in the child class, can i use that method in other classes without inheritance in php? I thank you for kindly helping me please.