Process-oriented and object-oriented

Source: Internet
Author: User

Process oriented
Concept
Process-oriented is a process-centric programming idea, it is a basic sequential thinking mode, the object-oriented approach to the basic implementation also includes the process-oriented thinking.
Features: Modular process

Advantages: The performance is higher than object-oriented, because the class calls need to instantiate, the cost is relatively large, compared to consume resources, such as SCM, embedded development, Linux/unix and other general use of process-oriented development, performance is the most important factor.

Cons: No object-oriented easy to maintain, easy to reuse, easy to expand

Object oriented
Concept
Object-oriented is a systematic way of thinking based on people's understanding of the objective world, using the concept of object (entity) to establish a model, simulating the method of analyzing, designing and implementing software in Objective world. Through the object-oriented concept, the computer software system can correspond with the real-world system one by one.
Features: Abstract wrapper inheritance polymorphism

Advantages: Easy to maintain, easy to reuse, easy to expand, due to the object-oriented packaging, inheritance, polymorphism characteristics, can design a low-coupling system, making the system more flexible and easier to maintain

Cons: Performance is less than process-oriented

Reference

78330362

Process-oriented and object-oriented

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.