本文介绍了为MustInherit和抽象类的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
可能有人请向我解释一个抽象类,并标记为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?
推荐答案
为MustInherit
是 VB.NET
作为摘要
是 C#
这篇关于为MustInherit和抽象类的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!