Three kinds of relationships between classes

Source: Internet
Author: User

Objective

The implementation of a program often involves multiple classes, and classes are often " related " to classes. This article describes the three most common and classic relationships between classes.

Dependency Uses-a

This is the most obvious and most common kind of relationship. If a method of a class needs to manipulate the object of another class , we say that one class depends on another class.

Common examples are order classes and account classes in order systems, because order classes require access to the account class to view their credit status.

We should make this relationship the least class, and even the least coupling between classes.

Aggregation Relationship Has-a

This is the best understanding of a relationship where the object of one class contains an object of another class , and we say that one class is aggregated to another class.

Inheritance Relationship Is-a

This is a special and general relationship, and if one class inherits another, it says that these two classes are inheritance/parent-child relationships.

Three kinds of relationships between classes

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.