What is the use of MustInherit keyword in VB.NET

If we create a abstract class in VB.NET it can be create by using “MustInherit” keyword.We can not create an object of a class which is marked as MustInherit. When we define MustInherit keyword for class we can only use the class by inheriting.