Process-oriented programming
The so-called process refers to the analysis of the problem from the perspective of function, the problem space to be solved into several functional modules, each function module describes an operation of the specific process. Structured programming method is a process-oriented
Object-oriented generation
1. more and more difficult to control the process
2. The program is difficult to re-use the previous version
3. programming does not support team development. Each person must understand
All the places in the program cannot handle the system independently.
One aspect
4. The business model is difficult to convert to the program model
5. independent operation well, but not when integrated
Object-oriented generation
The advantages of object-oriented programming
1. To realize the natural description of the real world object
2. Complexity of the programmable control program
3. Modularity of the program can be enhanced
4. Can improve the reusability of the program
5. Can improve the maintainability of the program
Java is a typical object-oriented language.
Java Learning Note 1