What for " MustInherit " keyword is used in VB.net ?

 Posted by Chvrsri on 12/28/2010 | Category: VB.NET Interview questions | Views: 7186 | Points: 40
Answer:

If a particular class is preceeded with the keyword MustInherit means ,

. We cannot create an object to that particular class.

. If we want to create an Abstract class in VB.net we use that keyword.

. If a class is being a MustInherrit class we can use that class only when it is inherited.


Source: My Own. | Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response