what is the use of must inherit keyword in


What is the use of "Must Inherit" keyword in VB.NET?

If you want to create an abstract class in the VB.NET it is done by using the "MustInherit" keyword.You can't create an object of a class which is marked as "MustInherit". When you define "MustInherit" keyword for a  class you can only use the class by inheriting.

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: what is the use of must inherit keyword in
Reference No:- TGS0161268

Expected delivery within 24 Hours