Home > Article > Backend Development > Develop PHP according to an object-oriented architecture model similar to JAVA,
It consists of N classes that inherit each other. What are the flaws of this?
The base class of JAVA can be Object and then there are button classes, window classes, and other classes. These classes are specifically responsible for their own fields, and then through a layer One level of inheritance
It consists of N classes that inherit each other. What are the flaws of this?
The base class of JAVA can be Object and then there are button classes, window classes, and other classes. These classes are specifically responsible for their own fields, and then through a layer One level of inheritance