MustInherit 和抽象类的区别

发布于 2024-10-20 03:18:51 字数 123 浏览 3 评论 0原文

有人可以向我解释一下抽象类和标记为 MustInherit 的类之​​间的区别吗?

两者都可以实现共享和实例构造函数和逻辑。两者都可以/必须继承。

那么为什么要使用其中一种而不是另一种,有什么区别呢?

Could someone please explain to me the differences between an abstract class and a class marked MustInherit?

Both can implement shared and instance constructors and logic. Both can/must be inherited.

So why use one over the other and what is the difference?

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

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

发布评论

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

评论(2

野却迷人 2024-10-27 03:18:51

MustInherit 之于 VB.NET 就像 abstract 之于 C#

MustInherit is to VB.NET as abstract is to C#

我不是你的备胎 2024-10-27 03:18:51

MustInherit 是 VB.NET,abstract 是 C# - 它们是声明相同内容的修饰符。

摘要(C# 参考)

必须继承 (Visual Basic)

MustInherit is VB.NET and abstract is c# - they are modifiers that declare the same thing.

abstract (C# Reference)

MustInherit (Visual Basic)

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