Differences between OOD, OOP, and AOP and between oodoopaop

Source: Internet
Author: User

Differences between OOD, OOP, and AOP and between oodoopaop

OOD:The Object-Oriented Design (OOD) method is an intermediate Transitional Link in the OO method. Its main function is to further standardize the OOA analysis results so that they can be directly accepted by OOP.

OOP:Object-Oriented Programming (OOP) is a computer Programming architecture. One basic principle of OOP is that a computer program is composed of a single unit or object that can act as a subroutine.

AOP:AOP is short for Aspect OrientedProgramming, meaning cross-section programming. The so-called Aspect-Oriented Programming is actually to further extract the business logic, and extract the public parts of a variety of business logic into a service (such as log records, performance statistics, security Authentication, etc.) to achieve code reuse. In addition, such services can dynamically add unified control to the program through configuration. With AOP, each part of the business logic can be separated, thus reducing the Coupling Degree between each part of the business logic.

 

Related Article

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.