Flex:如何通过接口实现松耦合?

发布于 2024-09-18 18:20:37 字数 65 浏览 2 评论 0原文

我在几个不同的地方查过这个,但说实话,我不太明白。我知道什么是松散耦合,但不知道 Flex 中的接口如何帮助实现它?

Ive looked this up in a few different locations, but to be honest, i dont really get it. I get what loose coupling is, but not how interfaces in Flex would help to achieve it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

当梦初醒 2024-09-25 18:20:37

作为 OOP 中的一般最佳实践,接口编程并不依赖于特定的编程语言。无论是否灵活,当对象被类型化为接口(或抽象类)时,它们可以更容易地用替代实现替换。

As a general best-practice in OOP, programming to interfaces is not tied to a particular programming language. Flex or not, when objects are typed to interfaces (or abstract classes) they can more easily be replaced with alternative implementations.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文