Are there pure virtual functions in PHP like with C++

前端 未结 4 771
情话喂你
情话喂你 2021-02-13 06:17

I would have thought lots of people would have wondered whether this is possible but I can\'t find any duplicate questions... do correct me.

I just want to know whether

4条回答
  •  我在风中等你
    2021-02-13 07:08

    Yes, that type of solution is possible, it's called polymorphism, you can do it without declaring an abstract class or an interface.

提交回复
热议问题