VB.NET interface - Stack Overflow
The benefit of using an abstraction like an interface (or a MustInherit class) is that you can treat any object that implements the interface the same exact way. For example, the System.Data namespace uses many such abstraction, meaning that implementing ...