gpt4 book ai didi

c# - 视觉范式中的接口(interface)类关系

转载 作者:行者123 更新时间:2023-12-03 22:48:59 24 4
gpt4 key购买 nike

我一直在研究这个问题,但找不到一种方法来表示 UML 图中类和由类实现的接口(interface)之间的关系。有人可以帮我解决上述问题吗?我的接口(interface)和类有以下关系

interface foo

{

void a();
void b();

}

class goo : foo

{

public override void a()
{

//Code goes here
}
}

能否请您告诉我在视觉范例中使用什么来显示其中的关系?

最佳答案

表现为继承。这篇文章或许能帮到你UML basics

enter image description here

关于c# - 视觉范式中的接口(interface)类关系,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10442819/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com