Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Class relationship

2025-01-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

Association:

There are two-way and one-way.

The two-way association between class An and class B can be an attribute of each other.

One-way means that one of the classes acts as an attribute in the other class

For example:

Public class Person {

Hourse head=new Hourse ()

}

Dependence:

Dependency is only one-way, and there is no attribute problem. For example, class A depends on class B, which indicates that there are three types of B in class A:

First, class B is global.

Second, class B is instantiated in class A.

Third, class B is passed as a parameter.

Public class Person {

Public void buy (Hourse hs) {

}

}

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report