Php's object-oriented language does not cover this aspect in books?
Reply to discussion (solution)
Object-oriented is a way of thinking
Object-oriented programming is a programming method.
I don't want to talk about it in the book because the author is afraid of making it unclear.
In fact, before the emergence of object-oriented programming methods, object-oriented thinking methods have been widely used in project planning, design, and testing.
Object-oriented is a way of thinking
Object-oriented programming is a programming method.
I don't want to talk about it in the book because the author is afraid of making it unclear.
In fact, before the emergence of object-oriented programming methods, object-oriented thinking methods have been widely used in project planning, design, and testing.
Now mainstream php programming does not require object-oriented
Of course!
Object-oriented programming is an improvement in process-oriented programming
Unlike process-oriented programming, he does not need to understand every detail before he can start, so programming is very efficient.
Do not all open-source projects you can see adopt object-oriented programming?
Of course!
Object-oriented programming is an improvement in process-oriented programming
Unlike process-oriented programming, he does not need to understand every detail before he can start, so programming is very efficient.
Do not all open-source projects you can see adopt object-oriented programming?
Which version is generally used?
Which version? Php version?
Which version? Php version?
Yes. generally, is it a PM?
Currently, PHP versions are generally above 5.3, because many open-source users are using namespaces, and programs earlier than 5.3 cannot run.
Oriented? Like ?? Method, useful.
Currently, PHP versions are generally above 5.3, because many open-source users are using namespaces, and programs earlier than 5.3 cannot run.
That's 5.3. I think there is only one installer on the official website.
Deep object-oriented programming
If you want to deepen the object-oriented concept, you can learn Ruby.