gpt4 book ai didi

.net - 什么是具体实现?

转载 作者:行者123 更新时间:2023-12-03 13:56:52 25 4
gpt4 key购买 nike

我在 StackOverflow 和其他地方看到了很多关于具体实现的帖子。在摆弄 WCF 时,我通过了这条线

Tying your service implementation, or any “service based” class to a concrete implementation is never a good idea.



谁能解释一下具体实现是什么?

最佳答案

如果您有接口(interface)或抽象类,则需要实现它。

实现这样的接口(interface)或类的类称为具体实现(因为只有这样的实现类才能被实例化)。

所述原则意味着您不应该直接针对具体实现进行编码,因为您可能希望稍后将其交换为另一个具体实现而不更改您的代码。这意味着您应该使用接口(interface)和抽象类引用而不是具体实现。

关于.net - 什么是具体实现?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3100410/

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