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
is to VB.NET
as abstract
is to C#
MustInherit
is VB.NET and abstract
is c# - they are modifiers that declare the same thing.
abstract (C# Reference)
MustInherit (Visual Basic)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With